#01045D

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

Shades of Navy #01045D

Tints of Navy #01045D

Color information

#01045D (or 0x01045D) is unknown color: approx Navy. HEX triplet: 01, 04 and 5D. RGB value is (1,4,93). Sum of RGB (Red+Green+Blue) = 1+4+93=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 93 (36.72% from 255 or 94.90% from 98); Max value from RGB is 93 - color contains mainly: blue. Hex color #01045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01045D is #FEFBA2. Grayscale: #0C0C0C. Windows color (decimal): -16710563 or 6095873. OLE color: 6095873.

HSL color Cylindrical-coordinate representation of color #01045D: hue angle of 238.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01045D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB1493-
CMYK0.990.9600.64
HSL238.04º97.87%18.43%-
HSV(B)238.04º98.92%36.47%-
XYZ2.030.8810.42-
YUV13.25173.01119.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 93 (36.72% from 255) = 94.90%
R=1.02%
G=4.08%
B=94.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal14930.990.9600.64238.0497.8718.43
Hex145D6360040ee6212
Octal14135143140010035614222
Binary11001011101110001111000000100000011101110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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