#090E78

Color #090E78 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #090E78

Tints of Navy #090E78

Color information

#090E78 (or 0x090E78) is unknown color: approx Navy. HEX triplet: 09, 0E and 78. RGB value is (9,14,120). Sum of RGB (Red+Green+Blue) = 9+14+120=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #090E78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E78 is #F6F187. Grayscale: #181818. Windows color (decimal): -16183688 or 7867913. OLE color: 7867913.

HSL color Cylindrical-coordinate representation of color #090E78: hue angle of 237.3º 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 #090E78 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB914120-
CMYK0.920.8800.53
HSL237.3º86.05%25.29%-
HSV(B)237.3º92.5%47.06%-
XYZ3.661.7317.91-
YUV24.59181.84116.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 120 (47.27% from 255) = 83.92%
R=6.29%
G=9.79%
B=83.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9141200.920.8800.53237.386.0525.29
Hex9E785C58035ed5619
Octal111617013413006535512631
Binary10011110111100010111001011000011010111101101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #090E78;
 }
 .AnyTagClassName
 {
   color: #090E78;
 }
</style>
background-color css

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

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

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

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

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

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