COLOR #0F226D

HEX: #0F226D RGB: (15,34,109)

Color info

#0F226D contains mainly blue color. Web safe color of #0F226D is #003366 (or #036).

RGB color model

#0F226D color RGB value is (15,34,109).

RGB: (15,34,109) (6%, 13%, 43%)

RGB channels and saturation

R 15 of 255 = 6%
G 34 of 255 = 13%
B 109 of 255 = 43%

15
34
109

R + G + B ~ 21%. #0F226D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 34 + 109 = 158 (100%)
R 15 of 158 ~ 9.49%
G 34 of 158 ~ 21.52%
B 109 of 158 ~ 68.99'%

%21.52
%68.99

CMYK color model

#0F226D color CMYK value is (86,69,0,57).

  • cyan value is 86.24%
  • magenta value is 68.81%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (86,69,0,57) C86M69Y0K57 (86%,69%,0%,57%) (0.86/0.69/0.00/0.57) 

CMYK percentages

%86.24
%68.81
%0
%57.25

Codes

Color #0F226D in popluar color models

0F 22 6D
RGB 15 34 109
HSL 228° 75.81% 24.31%
HSB/HSV 228° 86.24% 42.75%
CMYK 86.24% 68.81% 0.00%
57.25%

Color #0F226D in popluar number systems.

HEX 0F 22 6D
Decimal 15 34 109
Binary 1111 100010 1101101
Octal 17 42 155

Shades and tints

Shades of #0F226D

#0F226D
(15,34,109)
#0E1F64
(14,31,100)
#0D1C5B
(13,28,91)
#0C1952
(12,25,82)
#0B1649
(11,22,73)
#0A1340
(10,19,64)
#091037
(9,16,55)
#080D2E
(8,13,46)
#070A25
(7,10,37)
#06071C
(6,7,28)
#050413
(5,4,19)
#000000
(0,0,0)

Tints of #0F226D

#0F226D
(15,34,109)
#24367A
(36,54,122)
#394A87
(57,74,135)
#4E5E94
(78,94,148)
#6372A1
(99,114,161)
#7886AE
(120,134,174)
#8D9ABB
(141,154,187)
#A2AEC8
(162,174,200)
#B7C2D5
(183,194,213)
#CCD6E2
(204,214,226)
#E1EAEF
(225,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F226D color. Also use rgb(15,34,109) instead hex code.

Text Font Color

.myTextColor { color: #0F226D; }

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

This text font color is #0F226D.

Background Color

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

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

This div background color is #0F226D.

Border color

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

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

This div border color is #0F226D.

Opacity

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

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

Text with #0F226D 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 #0F226D;}

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

This text has shadow with #0F226D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F226D.

Preview

Color preview on black background

This text has color #0F226D on black background.


Color preview on white background

This text has color #0F226D on white background.


Black color preview on #0F226D background

This text has black color on #0F226D background.


White color preview on #0F226D background

This text has white color on #0F226D background.


Related colors

Complementary color

Complementary color for #hex is #F0DD92.


I love getcolorcode.com

Triadic colors

1 #6D0F22 and #226D0F with #0F226D are triadic colors.

2 #6D220F and #220F6D with #0F226D are triadic colors.