#06017C

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

Shades of Navy #06017C

Tints of Navy #06017C

Color information

#06017C (or 0x06017C) is unknown color: approx Navy. HEX triplet: 06, 01 and 7C. RGB value is (6,1,124). Sum of RGB (Red+Green+Blue) = 6+1+124=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 124 (48.83% from 255 or 94.66% from 131); Max value from RGB is 124 - color contains mainly: blue. Hex color #06017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06017C is #F9FE83. Grayscale: #101010. Windows color (decimal): -16383620 or 8126726. OLE color: 8126726.

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

Color convert

RGB61124-
CMYK0.950.9900.51
HSL242.44º98.4%24.51%-
HSV(B)242.44º99.19%48.63%-
XYZ3.721.5219.17-
YUV16.52188.66120.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 124 (48.83% from 255) = 94.66%
R=4.58%
G=0.76%
B=94.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611240.950.9900.51242.4498.424.51
Hex617C5F63033f26219
Octal6117413714306336214231
Binary1101111110010111111100011011001111110010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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