#01046D

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

Shades of Navy #01046D

Tints of Navy #01046D

Color information

#01046D (or 0x01046D) is unknown color: approx Navy. HEX triplet: 01, 04 and 6D. RGB value is (1,4,109). Sum of RGB (Red+Green+Blue) = 1+4+109=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 109 (42.97% from 255 or 95.61% from 114); Max value from RGB is 109 - color contains mainly: blue. Hex color #01046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01046D is #FEFB92. Grayscale: #0E0E0E. Windows color (decimal): -16710547 or 7144449. OLE color: 7144449.

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

Color convert

RGB14109-
CMYK0.990.9600.57
HSL238.33º98.18%21.57%-
HSV(B)238.33º99.08%42.75%-
XYZ2.821.214.55-
YUV15.07181.01117.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 109 (42.97% from 255) = 95.61%
R=0.88%
G=3.51%
B=95.61%

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
Decimal141090.990.9600.57238.3398.1821.57
Hex146D6360039ee6216
Octal1415514314007135614226
Binary1100110110111000111100000011100111101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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