#06137F

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

Shades of Navy #06137F

Tints of Navy #06137F

Color information

#06137F (or 0x06137F) is unknown color: approx Navy. HEX triplet: 06, 13 and 7F. RGB value is (6,19,127). Sum of RGB (Red+Green+Blue) = 6+19+127=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #06137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06137F is #F9EC80. Grayscale: #1A1A1A. Windows color (decimal): -16379009 or 8327942. OLE color: 8327942.

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

Color convert

RGB619127-
CMYK0.950.8500.50
HSL233.55º90.98%26.08%-
HSV(B)233.55º95.28%49.8%-
XYZ4.142.0420.25-
YUV27.42184.19112.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 127 (50% from 255) = 83.55%
R=3.95%
G=12.5%
B=83.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6191270.950.8500.50233.5590.9826.08
Hex6137F5F55032ea5b1a
Octal62317713712506235213332
Binary11010011111111110111111010101011001011101010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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