#01045C

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

Shades of Navy #01045C

Tints of Navy #01045C

Color information

#01045C (or 0x01045C) is unknown color: approx Navy. HEX triplet: 01, 04 and 5C. RGB value is (1,4,92). Sum of RGB (Red+Green+Blue) = 1+4+92=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 92 (36.33% from 255 or 94.85% from 97); Max value from RGB is 92 - color contains mainly: blue. Hex color #01045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01045C is #FEFBA3. Grayscale: #0C0C0C. Windows color (decimal): -16710564 or 6030337. OLE color: 6030337.

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

Color convert

RGB1492-
CMYK0.990.9600.64
HSL238.02º97.85%18.24%-
HSV(B)238.02º98.91%36.08%-
XYZ1.990.8710.19-
YUV13.14172.51119.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 92 (36.33% from 255) = 94.85%
R=1.03%
G=4.12%
B=94.85%

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
Decimal14920.990.9600.64238.0297.8518.24
Hex145C6360040ee6212
Octal14134143140010035614222
Binary11001011100110001111000000100000011101110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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