#06067F

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

Shades of Navy #06067F

Tints of Navy #06067F

Color information

#06067F (or 0x06067F) is unknown color: approx Navy. HEX triplet: 06, 06 and 7F. RGB value is (6,6,127). Sum of RGB (Red+Green+Blue) = 6+6+127=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 127 (50% from 255 or 91.37% from 139); Max value from RGB is 127 - color contains mainly: blue. Hex color #06067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06067F is #F9F980. Grayscale: #131313. Windows color (decimal): -16382337 or 8324614. OLE color: 8324614.

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

Color convert

RGB66127-
CMYK0.950.9500.50
HSL240º90.98%26.08%-
HSV(B)240º95.28%49.8%-
XYZ3.971.720.2-
YUV19.79188.5118.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 127 (50% from 255) = 91.37%
R=4.32%
G=4.32%
B=91.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661270.950.9500.5024090.9826.08
Hex667F5F5F032f05b1a
Octal6617713713706236013332
Binary110110111111110111111011111011001011110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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