#09006E

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

Shades of Navy #09006E

Tints of Navy #09006E

Color information

#09006E (or 0x09006E) is unknown color: approx Navy. HEX triplet: 09, 00 and 6E. RGB value is (9,0,110). Sum of RGB (Red+Green+Blue) = 9+0+110=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 110 (43.36% from 255 or 92.44% from 119); Max value from RGB is 110 - color contains mainly: blue. Hex color #09006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09006E is #F6FF91. Grayscale: #0E0E0E. Windows color (decimal): -16187282 or 7208969. OLE color: 7208969.

HSL color Cylindrical-coordinate representation of color #09006E: hue angle of 244.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09006E is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB90110-
CMYK0.92100.57
HSL244.91º100%21.57%-
HSV(B)244.91º100%43.14%-
XYZ2.931.1814.83-
YUV15.23181.48123.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 92.44%
R=7.56%
G=0%
B=92.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal901100.92100.57244.9110021.57
Hex906E5C64039f56416
Octal11015613414407136514426
Binary10010110111010111001100100011100111110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09006E; }

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

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

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

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

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

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

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

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