#09006C

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

Shades of Navy #09006C

Tints of Navy #09006C

Color information

#09006C (or 0x09006C) is unknown color: approx Navy. HEX triplet: 09, 00 and 6C. RGB value is (9,0,108). Sum of RGB (Red+Green+Blue) = 9+0+108=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 108 (42.58% from 255 or 92.31% from 117); Max value from RGB is 108 - color contains mainly: blue. Hex color #09006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09006C is #F6FF93. Grayscale: #0E0E0E. Windows color (decimal): -16187284 or 7077897. OLE color: 7077897.

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

Color convert

RGB90108-
CMYK0.92100.58
HSL245º100%21.18%-
HSV(B)245º100%42.35%-
XYZ2.821.1414.26-
YUV15180.48123.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 92.31%
R=7.69%
G=0%
B=92.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal901080.92100.5824510021.18
Hex906C5C6403Af56415
Octal11015413414407236514425
Binary10010110110010111001100100011101011110101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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