Html Css Color HEX #090078 Navy

📋 copy color: '#090078'

red 9 ◦ green 0 ◦ blue 120

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

Shades of Navy #090078

Tints of Navy #090078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 120 (47.27% from 255) = 93.02%

R = 6.98%
G = 0%
B = 93.02%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#090078 (or 0x090078) is known color: Navy. HEX triplet: 09, 00 and 78. RGB value is (9,0,120). Sum of RGB (Red+Green+Blue) = 9+0+120=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 120 (47.27% from 255 or 93.02% from 129); Max value from RGB is 120 - color contains mainly: blue. Hex color #090078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090078 is #F6FF87. Grayscale: #0F0F0F. Windows color (decimal): -16187272 or 7864329. OLE color: 7864329.

HSL color Cylindrical-coordinate representation of color #090078: hue angle of 244.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090078 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 0 120 -
CMYK 0.92 1 0 0.53
HSL 244.5º 1% 0.24% -
HSV(B) 244.5º 1% 0.47% -
XYZ 3.5 1.41 17.86 -
YUV 16.37 186.48 122.74 -
System Red Green Blue C M Y K H S L
Decimal 9 0 120 0.92 1 0 0.53 244.5 1 0.24
Hex 9 0 78 5C 64 0 35 F4 64 18
Octal 11 0 170 134 144 0 65 364 144 30
Binary 1001 0 1111000 1011100 1100100 0 110101 11110100 1100100 11000

Color Harmonies of #090078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090078

Black with #090078

Text Example


Text Example

White with #090078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090078; }

 p { color: rgb(9,0,120); }

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

background-color css

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

 a { background-color: rgb(9,0,120); }

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

border-color css

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

 span { border-color: rgb(9,0,120); }

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