Html Css Color HEX #090C7D Navy

📋 copy color: '#090C7D'

red 9 ◦ green 12 ◦ blue 125

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

Shades of Navy #090C7D

Tints of Navy #090C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 85.62%

R = 6.16%
G = 8.22%
B = 85.62%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#090C7D (or 0x090C7D) is known color: Navy. HEX triplet: 09, 0C and 7D. RGB value is (9,12,125). Sum of RGB (Red+Green+Blue) = 9+12+125=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 125 (49.22% from 255 or 85.62% from 146); Max value from RGB is 125 - color contains mainly: blue. Hex color #090C7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C7D is #F6F382. Grayscale: #171717. Windows color (decimal): -16184195 or 8195081. OLE color: 8195081.

HSL color Cylindrical-coordinate representation of color #090C7D: hue angle of 238.45º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090C7D is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 12 125 -
CMYK 0.93 0.90 0 0.51
HSL 238.45º 0.87% 0.26% -
HSV(B) 238.45º 0.93% 0.49% -
XYZ 3.95 1.8 19.54 -
YUV 23.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 9 12 125 0.93 0.90 0 0.51 238.45 0.87 0.26
Hex 9 C 7D 5D 5A 0 33 EE 57 1A
Octal 11 14 175 135 132 0 63 356 127 32
Binary 1001 1100 1111101 1011101 1011010 0 110011 11101110 1010111 11010

Color Harmonies of #090C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C7D

Black with #090C7D

Text Example


Text Example

White with #090C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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