#01056B

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

Shades of Navy #01056B

Tints of Navy #01056B

Color information

#01056B (or 0x01056B) is unknown color: approx Navy. HEX triplet: 01, 05 and 6B. RGB value is (1,5,107). Sum of RGB (Red+Green+Blue) = 1+5+107=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 107 (42.19% from 255 or 94.69% from 113); Max value from RGB is 107 - color contains mainly: blue. Hex color #01056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01056B is #FEFA94. Grayscale: #0F0F0F. Windows color (decimal): -16710293 or 7013633. OLE color: 7013633.

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

Color convert

RGB15107-
CMYK0.990.9500.58
HSL237.74º98.15%21.18%-
HSV(B)237.74º99.07%41.96%-
XYZ2.721.1813.99-
YUV15.43179.67117.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 107 (42.19% from 255) = 94.69%
R=0.88%
G=4.42%
B=94.69%

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
Decimal151070.990.9500.58237.7498.1521.18
Hex156B635F03Aee6215
Octal1515314313707235614225
Binary1101110101111000111011111011101011101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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