#01056E

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

Shades of Navy #01056E

Tints of Navy #01056E

Color information

#01056E (or 0x01056E) is unknown color: approx Navy. HEX triplet: 01, 05 and 6E. RGB value is (1,5,110). Sum of RGB (Red+Green+Blue) = 1+5+110=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 110 (43.36% from 255 or 94.83% from 116); Max value from RGB is 110 - color contains mainly: blue. Hex color #01056E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01056E is #FEFA91. Grayscale: #0F0F0F. Windows color (decimal): -16710290 or 7210241. OLE color: 7210241.

HSL color Cylindrical-coordinate representation of color #01056E: hue angle of 237.8º 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 #01056E is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB15110-
CMYK0.990.9500.57
HSL237.8º98.2%21.76%-
HSV(B)237.8º99.09%43.14%-
XYZ2.881.2414.84-
YUV15.77181.17117.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 110 (43.36% from 255) = 94.83%
R=0.86%
G=4.31%
B=94.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal151100.990.9500.57237.898.221.76
Hex156E635F039ee6216
Octal1515614313707135614226
Binary1101110111011000111011111011100111101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01056E; }

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

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

<style>
 a { background-color: #01056E; }

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

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

<style>
 span { border-color: #01056E; }

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

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