#06005E

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

Shades of Navy #06005E

Tints of Navy #06005E

Color information

#06005E (or 0x06005E) is unknown color: approx Navy. HEX triplet: 06, 00 and 5E. RGB value is (6,0,94). Sum of RGB (Red+Green+Blue) = 6+0+94=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 94 (37.11% from 255 or 94% from 100); Max value from RGB is 94 - color contains mainly: blue. Hex color #06005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06005E is #F9FFA1. Grayscale: #0C0C0C. Windows color (decimal): -16383906 or 6160390. OLE color: 6160390.

HSL color Cylindrical-coordinate representation of color #06005E: hue angle of 243.83º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06005E is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB6094-
CMYK0.94100.63
HSL243.83º100%18.43%-
HSV(B)243.83º100%36.86%-
XYZ2.10.8510.64-
YUV12.51173.99123.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 94%
R=6%
G=0%
B=94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal60940.94100.63243.8310018.43
Hex605E5E6403Ff46412
Octal6013613614407736414422
Binary1100101111010111101100100011111111110100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,0,94); }

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

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

 a { background-color: rgb(6,0,94); }

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

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

 span { border-color: rgb(6,0,94); }

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