Html Css Color HEX #06005E Navy

📋 copy color: '#06005E'

red 6 ◦ green 0 ◦ blue 94

#06005E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #06005E

Tints of Navy #06005E

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 value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06005E (or 0x06005E) is known color: 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

RGB 6 0 94 -
CMYK 0.94 1 0 0.63
HSL 243.83º 1% 0.18% -
HSV(B) 243.83º 1% 0.37% -
XYZ 2.1 0.85 10.64 -
YUV 12.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 6 0 94 0.94 1 0 0.63 243.83 1 0.18
Hex 6 0 5E 5E 64 0 3F F4 64 12
Octal 6 0 136 136 144 0 77 364 144 22
Binary 110 0 1011110 1011110 1100100 0 111111 11110100 1100100 10010

Color Harmonies of #06005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06005E

Black with #06005E

Text Example


Text Example

White with #06005E

Text Example


Text Example

HTML Codes & Css Web 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>