#010A6E

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

Shades of Navy #010A6E

Tints of Navy #010A6E

Color information

#010A6E (or 0x010A6E) is unknown color: approx Navy. HEX triplet: 01, 0A and 6E. RGB value is (1,10,110). Sum of RGB (Red+Green+Blue) = 1+10+110=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #010A6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A6E is #FEF591. Grayscale: #121212. Windows color (decimal): -16709010 or 7211521. OLE color: 7211521.

HSL color Cylindrical-coordinate representation of color #010A6E: hue angle of 235.05º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A6E is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB110110-
CMYK0.990.9100.57
HSL235.05º98.2%21.76%-
HSV(B)235.05º99.09%43.14%-
XYZ2.941.3514.86-
YUV18.71179.52115.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 110 (43.36% from 255) = 90.91%
R=0.83%
G=8.26%
B=90.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101100.990.9100.57235.0598.221.76
Hex1A6E635B039eb6216
Octal11215614313307135314226
Binary11010110111011000111011011011100111101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A6E; }

 p { color: rgb(1,10,110); }

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

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

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

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

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

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

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