#06117F

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

Shades of Navy #06117F

Tints of Navy #06117F

Color information

#06117F (or 0x06117F) is unknown color: approx Navy. HEX triplet: 06, 11 and 7F. RGB value is (6,17,127). Sum of RGB (Red+Green+Blue) = 6+17+127=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 127 (50% from 255 or 84.67% from 150); Max value from RGB is 127 - color contains mainly: blue. Hex color #06117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06117F is #F9EE80. Grayscale: #191919. Windows color (decimal): -16379521 or 8327430. OLE color: 8327430.

HSL color Cylindrical-coordinate representation of color #06117F: hue angle of 234.55º 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 #06117F is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB617127-
CMYK0.950.8700.50
HSL234.55º90.98%26.08%-
HSV(B)234.55º95.28%49.8%-
XYZ4.111.9720.24-
YUV26.25184.86113.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 127 (50% from 255) = 84.67%
R=4%
G=11.33%
B=84.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6171270.950.8700.50234.5590.9826.08
Hex6117F5F57032eb5b1a
Octal62117713712706235313332
Binary11010001111111110111111010111011001011101011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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