#01056A

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

Shades of Navy #01056A

Tints of Navy #01056A

Color information

#01056A (or 0x01056A) is unknown color: approx Navy. HEX triplet: 01, 05 and 6A. RGB value is (1,5,106). Sum of RGB (Red+Green+Blue) = 1+5+106=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 106 (41.80% from 255 or 94.64% from 112); Max value from RGB is 106 - color contains mainly: blue. Hex color #01056A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01056A is #FEFA95. Grayscale: #0E0E0E. Windows color (decimal): -16710294 or 6948097. OLE color: 6948097.

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

Color convert

RGB15106-
CMYK0.990.9500.58
HSL237.71º98.13%20.98%-
HSV(B)237.71º99.06%41.57%-
XYZ2.671.1613.72-
YUV15.32179.17117.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 106 (41.80% from 255) = 94.64%
R=0.89%
G=4.46%
B=94.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal151060.990.9500.58237.7198.1320.98
Hex156A635F03Aee6215
Octal1515214313707235614225
Binary1101110101011000111011111011101011101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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