#010266

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

Shades of Navy #010266

Tints of Navy #010266

Color information

#010266 (or 0x010266) is unknown color: approx Navy. HEX triplet: 01, 02 and 66. RGB value is (1,2,102). Sum of RGB (Red+Green+Blue) = 1+2+102=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 102 (40.23% from 255 or 97.14% from 105); Max value from RGB is 102 - color contains mainly: blue. Hex color #010266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010266 is #FEFD99. Grayscale: #0C0C0C. Windows color (decimal): -16711066 or 6685185. OLE color: 6685185.

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

Color convert

RGB12102-
CMYK0.990.9800.6
HSL239.41º98.06%20.2%-
HSV(B)239.41º99.02%40%-
XYZ2.431.0112.64-
YUV13.1178.17119.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 102 (40.23% from 255) = 97.14%
R=0.95%
G=1.90%
B=97.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal121020.990.9800.6239.4198.0620.2
Hex1266636203Cef6214
Octal1214614314207435714224
Binary110110011011000111100010011110011101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010266; }

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

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

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

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

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

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

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

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