#090672

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

Shades of Navy #090672

Tints of Navy #090672

Color information

#090672 (or 0x090672) is unknown color: approx Navy. HEX triplet: 09, 06 and 72. RGB value is (9,6,114). Sum of RGB (Red+Green+Blue) = 9+6+114=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 114 (44.92% from 255 or 88.37% from 129); Max value from RGB is 114 - color contains mainly: blue. Hex color #090672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090672 is #F6F98D. Grayscale: #121212. Windows color (decimal): -16185742 or 7472649. OLE color: 7472649.

HSL color Cylindrical-coordinate representation of color #090672: hue angle of 241.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090672 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB96114-
CMYK0.920.9500.55
HSL241.67º90%23.53%-
HSV(B)241.67º94.74%44.71%-
XYZ3.221.416.02-
YUV19.21181.49120.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 114 (44.92% from 255) = 88.37%
R=6.98%
G=4.65%
B=88.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961140.920.9500.55241.679023.53
Hex96725C5F037f25a18
Octal11616213413706736213230
Binary1001110111001010111001011111011011111110010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090672; }

 p { color: rgb(9,6,114); }

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

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

 a { background-color: rgb(9,6,114); }

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

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

 span { border-color: rgb(9,6,114); }

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