#010E6C

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

Shades of Navy #010E6C

Tints of Navy #010E6C

Color information

#010E6C (or 0x010E6C) is unknown color: approx Navy. HEX triplet: 01, 0E and 6C. RGB value is (1,14,108). Sum of RGB (Red+Green+Blue) = 1+14+108=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 108 (42.58% from 255 or 87.80% from 123); Max value from RGB is 108 - color contains mainly: blue. Hex color #010E6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E6C is #FEF193. Grayscale: #141414. Windows color (decimal): -16707988 or 7081473. OLE color: 7081473.

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

Color convert

RGB114108-
CMYK0.990.8700.58
HSL232.71º98.17%21.37%-
HSV(B)232.71º99.07%42.35%-
XYZ2.881.414.31-
YUV20.83177.19113.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 14 (5.86% from 255) = 11.38%
BLUE value IS 108 (42.58% from 255) = 87.80%
R=0.81%
G=11.38%
B=87.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1141080.990.8700.58232.7198.1721.37
Hex1E6C635703Ae96215
Octal11615414312707235114225
Binary11110110110011000111010111011101011101001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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