Html Css Color HEX #090C74 Navy

📋 copy color: '#090C74'

red 9 ◦ green 12 ◦ blue 116

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

Shades of Navy #090C74

Tints of Navy #090C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 84.67%

R = 6.57%
G = 8.76%
B = 84.67%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#090C74 (or 0x090C74) is known color: Navy. HEX triplet: 09, 0C and 74. RGB value is (9,12,116). Sum of RGB (Red+Green+Blue) = 9+12+116=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #090C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C74 is #F6F38B. Grayscale: #161616. Windows color (decimal): -16184204 or 7605257. OLE color: 7605257.

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

Color convert

RGB 9 12 116 -
CMYK 0.92 0.90 0 0.55
HSL 238.32º 0.86% 0.25% -
HSV(B) 238.32º 0.92% 0.45% -
XYZ 3.4 1.58 16.65 -
YUV 22.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 9 12 116 0.92 0.90 0 0.55 238.32 0.86 0.25
Hex 9 C 74 5C 5A 0 37 EE 56 19
Octal 11 14 164 134 132 0 67 356 126 31
Binary 1001 1100 1110100 1011100 1011010 0 110111 11101110 1010110 11001

Color Harmonies of #090C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C74

Black with #090C74

Text Example


Text Example

White with #090C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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