#010166

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

Shades of Navy #010166

Tints of Navy #010166

Color information

#010166 (or 0x010166) is unknown color: approx Navy. HEX triplet: 01, 01 and 66. RGB value is (1,1,102). Sum of RGB (Red+Green+Blue) = 1+1+102=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 102 (40.23% from 255 or 98.08% from 104); Max value from RGB is 102 - color contains mainly: blue. Hex color #010166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010166 is #FEFE99. Grayscale: #0C0C0C. Windows color (decimal): -16711322 or 6684929. OLE color: 6684929.

HSL color Cylindrical-coordinate representation of color #010166: hue angle of 240º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010166 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB11102-
CMYK0.990.9900.6
HSL240º98.06%20.2%-
HSV(B)240º99.02%40%-
XYZ2.420.9912.63-
YUV12.51178.5119.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 102 (40.23% from 255) = 98.08%
R=0.96%
G=0.96%
B=98.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal111020.990.9900.624098.0620.2
Hex1166636303Cf06214
Octal1114614314307436014224
Binary11110011011000111100011011110011110000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010166; }

 p { color: rgb(1,1,102); }

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

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

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

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

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

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

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