#090078

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

Shades of Navy #090078

Tints of Navy #090078

Color information

#090078 (or 0x090078) is unknown color: approx 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

RGB90120-
CMYK0.92100.53
HSL244.5º100%23.53%-
HSV(B)244.5º100%47.06%-
XYZ3.51.4117.86-
YUV16.37186.48122.74-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901200.92100.53244.510023.53
Hex90785C64035f46418
Octal11017013414406536414430
Binary10010111100010111001100100011010111110100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>