#06027F

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

Shades of Navy #06027F

Tints of Navy #06027F

Color information

#06027F (or 0x06027F) is unknown color: approx Navy. HEX triplet: 06, 02 and 7F. RGB value is (6,2,127). Sum of RGB (Red+Green+Blue) = 6+2+127=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 127 (50% from 255 or 94.07% from 135); Max value from RGB is 127 - color contains mainly: blue. Hex color #06027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06027F is #F9FD80. Grayscale: #101010. Windows color (decimal): -16383361 or 8323590. OLE color: 8323590.

HSL color Cylindrical-coordinate representation of color #06027F: hue angle of 241.92º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06027F is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB62127-
CMYK0.950.9800.50
HSL241.92º96.9%25.29%-
HSV(B)241.92º98.43%49.8%-
XYZ3.931.6120.18-
YUV17.45189.83119.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 127 (50% from 255) = 94.07%
R=4.44%
G=1.48%
B=94.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal621270.950.9800.50241.9296.925.29
Hex627F5F62032f26119
Octal6217713714206236214131
Binary11010111111110111111100010011001011110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06027F; }

 p { color: rgb(6,2,127); }

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

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

 a { background-color: rgb(6,2,127); }

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

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

 span { border-color: rgb(6,2,127); }

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