#01046E

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

Shades of Navy #01046E

Tints of Navy #01046E

Color information

#01046E (or 0x01046E) is unknown color: approx Navy. HEX triplet: 01, 04 and 6E. RGB value is (1,4,110). Sum of RGB (Red+Green+Blue) = 1+4+110=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 110 (43.36% from 255 or 95.65% from 115); Max value from RGB is 110 - color contains mainly: blue. Hex color #01046E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046E is #FEFB91. Grayscale: #0E0E0E. Windows color (decimal): -16710546 or 7209985. OLE color: 7209985.

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

Color convert

RGB14110-
CMYK0.990.9600.57
HSL238.35º98.2%21.76%-
HSV(B)238.35º99.09%43.14%-
XYZ2.871.2214.84-
YUV15.19181.51117.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 110 (43.36% from 255) = 95.65%
R=0.87%
G=3.48%
B=95.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal141100.990.9600.57238.3598.221.76
Hex146E6360039ee6216
Octal1415614314007135614226
Binary1100110111011000111100000011100111101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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