COLOR #0F24BD

HEX: #0F24BD RGB: (15,36,189)

Color info

#0F24BD contains mainly blue color. Web safe color of #0F24BD is #0033CC (or #03C).

RGB color model

#0F24BD color RGB value is (15,36,189).

RGB: (15,36,189) (6%, 14%, 74%)

RGB channels and saturation

R 15 of 255 = 6%
G 36 of 255 = 14%
B 189 of 255 = 74%

15
36
189

R + G + B ~ 31%. #0F24BD is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 36 + 189 = 240 (100%)
R 15 of 240 ~ 6.25%
G 36 of 240 ~ 15%
B 189 of 240 ~ 78.75'%

%15
%78.75

CMYK color model

#0F24BD color CMYK value is (92,81,0,26).

  • cyan value is 92.06%
  • magenta value is 80.95%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (92,81,0,26)
C92M81Y0K26 (92%, 81%, 0%, 26%)
(0.92 / 0.81 / 0.00 / 0.26)

CMYK percentages

%92.06
%80.95
%0
%25.88

Codes

Color #0F24BD in popluar color models

0F 24 BD
RGB 15 36 189
HSL 233° 85.29% 40.00%
HSB/HSV 233° 92.06% 74.12%
CMYK 92.06% 80.95% 0.00%
25.88%

Color #0F24BD in popluar number systems.

HEX 0F 24 BD
Decimal 15 36 189
Binary 1111 100100 10111101
Octal 17 44 275

Shades and tints

Shades of #0F24BD

#0F24BD
(15,36,189)
#0E21AC
(14,33,172)
#0D1E9B
(13,30,155)
#0C1B8A
(12,27,138)
#0B1879
(11,24,121)
#0A1568
(10,21,104)
#091257
(9,18,87)
#080F46
(8,15,70)
#070C35
(7,12,53)
#060924
(6,9,36)
#050613
(5,6,19)
#000000
(0,0,0)

Tints of #0F24BD

#0F24BD
(15,36,189)
#2437C3
(36,55,195)
#394AC9
(57,74,201)
#4E5DCF
(78,93,207)
#6370D5
(99,112,213)
#7883DB
(120,131,219)
#8D96E1
(141,150,225)
#A2A9E7
(162,169,231)
#B7BCED
(183,188,237)
#CCCFF3
(204,207,243)
#E1E2F9
(225,226,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F24BD color. Also use rgb(15,36,189) instead hex code.

Text Font Color

.myTextColor { color: #0F24BD; }

<p style="color:#0F24BD">This sample text font color is #0F24BD.</p>

This text font color is #0F24BD.

Background Color

.myBgColor { background-color: #0F24BD; }

<div style="background-color:#0F24BD">Inner text</div>

This div background color is #0F24BD.

Border color

.myBorderColor { border: 1px solid #0F24BD; }

<div style="border:3px solid #0F24BD">Div</div>

This div border color is #0F24BD.

Opacity

.myOpacity80 { color: #0F24BD; opacity: 0.8; }

<p style="color:#0F24BD;opacity:0.8;">80%</p>

Text with #0F24BD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F24BD;}

<p style="text-shadow: 3px 3px 1px #0F24BD">Text here.</p>

This text has shadow with #0F24BD color.


.textShadow {text-shadow: 3px 3px 1px #0F24BD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F24BD, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F24BD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F24BD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F24BD, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F24BD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0F24BD;
-webkit-box-shadow: 1px 1px 3px 2px #0F24BD;
box-shadow: 1px 1px 3px 2px #0F24BD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F24BD; -webkit-box-shadow: 1px 1px 3px 2px #0F24BD; box-shadow:1px 1px 3px 2px #0F24BD;">
Div content here
</div>

This div box has shadow with color #0F24BD.

Preview

Color preview on black background

This text has color #0F24BD on black background.


Color preview on white background

This text has color #0F24BD on white background.


Black color preview on #0F24BD background

This text has black color on #0F24BD background.


White color preview on #0F24BD background

This text has white color on #0F24BD background.


Related colors

Complementary color

Complementary color for #hex is #F0DB42.


I love getcolorcode.com

Triadic colors

1 #BD0F24 and #24BD0F with #0F24BD are triadic colors.

2 #BD240F and #240FBD with #0F24BD are triadic colors.