#010E82

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

Shades of Navy #010E82

Tints of Navy #010E82

Color information

#010E82 (or 0x010E82) is unknown color: approx Navy. HEX triplet: 01, 0E and 82. RGB value is (1,14,130). Sum of RGB (Red+Green+Blue) = 1+14+130=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 130 (51.17% from 255 or 89.66% from 145); Max value from RGB is 130 - color contains mainly: blue. Hex color #010E82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010E82 is #FEF17D. Grayscale: #161616. Windows color (decimal): -16707966 or 8523265. OLE color: 8523265.

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

Color convert

RGB114130-
CMYK0.990.8900.49
HSL233.95º98.47%25.69%-
HSV(B)233.95º99.23%50.98%-
XYZ4.21.9321.27-
YUV23.34188.19112.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 14 (5.86% from 255) = 9.66%
BLUE value IS 130 (51.17% from 255) = 89.66%
R=0.69%
G=9.66%
B=89.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141300.990.8900.49233.9598.4725.69
Hex1E826359031ea621a
Octal11620214313106135214232
Binary111101000001011000111011001011000111101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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