Html Css Color HEX #090C79 Navy

📋 copy color: '#090C79'

red 9 ◦ green 12 ◦ blue 121

#090C79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #090C79

Tints of Navy #090C79

RGB

 RED value IS 9 (3.91% from 255) = 6.34%

 GREEN value IS 12 (5.08% from 255) = 8.45%

 BLUE value IS 121 (47.66% from 255) = 85.21%

R = 6.34%
G = 8.45%
B = 85.21%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#090C79 (or 0x090C79) is known color: Navy. HEX triplet: 09, 0C and 79. RGB value is (9,12,121). Sum of RGB (Red+Green+Blue) = 9+12+121=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #090C79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C79 is #F6F386. Grayscale: #171717. Windows color (decimal): -16184199 or 7932937. OLE color: 7932937.

HSL color Cylindrical-coordinate representation of color #090C79: hue angle of 238.39º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090C79 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 12 121 -
CMYK 0.93 0.90 0 0.53
HSL 238.39º 0.86% 0.25% -
HSV(B) 238.39º 0.93% 0.47% -
XYZ 3.7 1.7 18.22 -
YUV 23.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 9 12 121 0.93 0.90 0 0.53 238.39 0.86 0.25
Hex 9 C 79 5D 5A 0 35 EE 56 19
Octal 11 14 171 135 132 0 65 356 126 31
Binary 1001 1100 1111001 1011101 1011010 0 110101 11101110 1010110 11001

Color Harmonies of #090C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C79

Black with #090C79

Text Example


Text Example

White with #090C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090C79; }

 p { color: rgb(9,12,121); }

 H1.HeaderClassName
 {
   color: #090C79;
 }
 .AnyTagClassName
 {
   color: #090C79;
 }
</style>

background-color css

<style>
 a { background-color: #090C79; }

 a { background-color: rgb(9,12,121); }

 div.DivClassName
 {
   background-color: #090C79;
 }
 .BgClassName
 {
   background-color: #090C79;
 }
</style>

border-color css

<style>
 span { border-color: #090C79; }

 span { border-color: rgb(9,12,121); }

 td.TdClassName
 {
   border-color: #090C79;
 }
 .TagClassName
 {
   border-color: #090C79;
 }
</style>