#010E7C

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

Shades of Navy #010E7C

Tints of Navy #010E7C

Color information

#010E7C (or 0x010E7C) is unknown color: approx Navy. HEX triplet: 01, 0E and 7C. RGB value is (1,14,124). Sum of RGB (Red+Green+Blue) = 1+14+124=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 124 (48.83% from 255 or 89.21% from 139); Max value from RGB is 124 - color contains mainly: blue. Hex color #010E7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E7C is #FEF183. Grayscale: #161616. Windows color (decimal): -16707972 or 8130049. OLE color: 8130049.

HSL color Cylindrical-coordinate representation of color #010E7C: hue angle of 233.66º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E7C is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB114124-
CMYK0.990.8900.51
HSL233.66º98.4%24.51%-
HSV(B)233.66º99.19%48.63%-
XYZ3.811.7819.21-
YUV22.65185.19112.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 14 (5.86% from 255) = 10.07%
BLUE value IS 124 (48.83% from 255) = 89.21%
R=0.72%
G=10.07%
B=89.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141240.990.8900.51233.6698.424.51
Hex1E7C6359033ea6219
Octal11617414313106335214231
Binary11110111110011000111011001011001111101010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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