#010e6f

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

Shades of Navy #010E6F

Tints of Navy #010E6F

Color information

#010E6F (or 0x010E6F) is unknown color: approx Navy. HEX triplet: 01, 0E and 6F. RGB value is (1,14,111). Sum of RGB (Red+Green+Blue) = 1+14+111=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 111 (43.75% from 255 or 88.10% from 126); Max value from RGB is 111 - color contains mainly: blue. Hex color #010E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E6F is #FEF190. Grayscale: #141414. Windows color (decimal): -16707985 or 7278081. OLE color: 7278081.

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

Color convert

RGB114111-
CMYK0.990.8700.56
HSL232.91º98.21%21.96%-
HSV(B)232.91º99.1%43.53%-
XYZ3.041.4715.16-
YUV21.17178.69113.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 111 (43.75% from 255) = 88.10%
R=0.79%
G=11.11%
B=88.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1141110.990.8700.56232.9198.2121.96
Hex1E6F6357038e96216
Octal11615714312707035114226
Binary11110110111111000111010111011100011101001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010e6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,14,111); }

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

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

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

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

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

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

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