COLOR #090F38

HEX: #090F38 RGB: (9,15,56)

Color info

#090F38 contains red, green and blue colors in about the same proportion. Web safe color of #090F38 is #000033 (or #003).

RGB color model

#090F38 color RGB value is (9,15,56).

RGB: (9,15,56) (4%, 6%, 22%)

RGB channels and saturation

R 9 of 255 = 4%
G 15 of 255 = 6%
B 56 of 255 = 22%

9
15
56

R + G + B ~ 11%. #090F38 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 15 + 56 = 80 (100%)
R 9 of 80 ~ 11.25%
G 15 of 80 ~ 18.75%
B 56 of 80 ~ 70'%

%11.25
%18.75
%70

CMYK color model

#090F38 color CMYK value is (84,73,0,78).

  • cyan value is 83.93%
  • magenta value is 73.21%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK: (84,73,0,78) C84M73Y0K78 (84%,73%,0%,78%) (0.84/0.73/0.00/0.78) 

CMYK percentages

%83.93
%73.21
%0
%78.04

Codes

Color #090F38 in popluar color models

09 0F 38
RGB 9 15 56
HSL 232° 72.31% 12.75%
HSB/HSV 232° 83.93% 21.96%
CMYK 83.93% 73.21% 0.00%
78.04%

Color #090F38 in popluar number systems.

HEX 09 0F 38
Decimal 9 15 56
Binary 1001 1111 111000
Octal 11 17 70

Shades and tints

Shades of #090F38

#090F38
(9,15,56)
#090E33
(9,14,51)
#090D2E
(9,13,46)
#090C29
(9,12,41)
#090B24
(9,11,36)
#090A1F
(9,10,31)
#09091A
(9,9,26)
#090815
(9,8,21)
#090710
(9,7,16)
#09060B
(9,6,11)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #090F38

#090F38
(9,15,56)
#1F244A
(31,36,74)
#35395C
(53,57,92)
#4B4E6E
(75,78,110)
#616380
(97,99,128)
#777892
(119,120,146)
#8D8DA4
(141,141,164)
#A3A2B6
(163,162,182)
#B9B7C8
(185,183,200)
#CFCCDA
(207,204,218)
#E5E1EC
(229,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090F38 color. Also use rgb(9,15,56) instead hex code.

Text Font Color

.myTextColor { color: #090F38; }

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

This text font color is #090F38.

Background Color

.myBgColor { background-color: #090F38; }

<div style="background-color:#090F38">Inner text</div>

This div background color is #090F38.

Border color

.myBorderColor { border: 1px solid #090F38; }

<div style="border:3px solid #090F38">Div</div>

This div border color is #090F38.

Opacity

.myOpacity80 { color: #090F38; opacity: 0.8; }

<p style="color:#090F38;opacity:0.8;">80%</p>

Text with #090F38 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 #090F38;}

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

This text has shadow with #090F38 color.


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

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

This text has shadow with #090F38 primary color and red secondary color.


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

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

This text has shadow with #090F38 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #090F38.

Preview

Color preview on black background

This text has color #090F38 on black background.


Color preview on white background

This text has color #090F38 on white background.


Black color preview on #090F38 background

This text has black color on #090F38 background.


White color preview on #090F38 background

This text has white color on #090F38 background.


Related colors

Complementary color

Complementary color for #hex is #F6F0C7.


I love getcolorcode.com

Triadic colors

1 #38090F and #0F3809 with #090F38 are triadic colors.

2 #380F09 and #0F0938 with #090F38 are triadic colors.