#06117C

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

Shades of Navy #06117C

Tints of Navy #06117C

Color information

#06117C (or 0x06117C) is unknown color: approx Navy. HEX triplet: 06, 11 and 7C. RGB value is (6,17,124). Sum of RGB (Red+Green+Blue) = 6+17+124=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 124 (48.83% from 255 or 84.35% from 147); Max value from RGB is 124 - color contains mainly: blue. Hex color #06117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06117C is #F9EE83. Grayscale: #191919. Windows color (decimal): -16379524 or 8130822. OLE color: 8130822.

HSL color Cylindrical-coordinate representation of color #06117C: hue angle of 234.41º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06117C is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB617124-
CMYK0.950.8600.51
HSL234.41º90.77%25.49%-
HSV(B)234.41º95.16%48.63%-
XYZ3.911.8919.23-
YUV25.91183.36113.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 124 (48.83% from 255) = 84.35%
R=4.08%
G=11.56%
B=84.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6171240.950.8600.51234.4190.7725.49
Hex6117C5F56033ea5b19
Octal62117413712606335213331
Binary11010001111110010111111010110011001111101010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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