#01006C

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

Shades of Navy #01006C

Tints of Navy #01006C

Color information

#01006C (or 0x01006C) is unknown color: approx Navy. HEX triplet: 01, 00 and 6C. RGB value is (1,0,108). Sum of RGB (Red+Green+Blue) = 1+0+108=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 108 (42.58% from 255 or 99.08% from 109); Max value from RGB is 108 - color contains mainly: blue. Hex color #01006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01006C is #FEFF93. Grayscale: #0C0C0C. Windows color (decimal): -16711572 or 7077889. OLE color: 7077889.

HSL color Cylindrical-coordinate representation of color #01006C: hue angle of 240.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01006C is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10108-
CMYK0.99100.58
HSL240.56º100%21.18%-
HSV(B)240.56º100%42.35%-
XYZ2.721.0914.25-
YUV12.61181.83119.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 99.08%
R=0.92%
G=0%
B=99.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101080.99100.58240.5610021.18
Hex106C636403Af16415
Octal1015414314407236114425
Binary10110110011000111100100011101011110001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,0,108); }

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

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

 a { background-color: rgb(1,0,108); }

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

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

 span { border-color: rgb(1,0,108); }

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