#010866

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

Shades of Navy #010866

Tints of Navy #010866

Color information

#010866 (or 0x010866) is unknown color: approx Navy. HEX triplet: 01, 08 and 66. RGB value is (1,8,102). Sum of RGB (Red+Green+Blue) = 1+8+102=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 102 (40.23% from 255 or 91.89% from 111); Max value from RGB is 102 - color contains mainly: blue. Hex color #010866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010866 is #FEF799. Grayscale: #101010. Windows color (decimal): -16709530 or 6686721. OLE color: 6686721.

HSL color Cylindrical-coordinate representation of color #010866: hue angle of 235.84º 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 #010866 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB18102-
CMYK0.990.9200.6
HSL235.84º98.06%20.2%-
HSV(B)235.84º99.02%40%-
XYZ2.51.1412.66-
YUV16.62176.18116.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 102 (40.23% from 255) = 91.89%
R=0.90%
G=7.21%
B=91.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal181020.990.9200.6235.8498.0620.2
Hex1866635C03Cec6214
Octal11014614313407435414224
Binary11000110011011000111011100011110011101100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010866; }

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

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

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

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

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

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

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

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