#01045E

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

Shades of Navy #01045E

Tints of Navy #01045E

Color information

#01045E (or 0x01045E) is unknown color: approx Navy. HEX triplet: 01, 04 and 5E. RGB value is (1,4,94). Sum of RGB (Red+Green+Blue) = 1+4+94=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 94 (37.11% from 255 or 94.95% from 99); Max value from RGB is 94 - color contains mainly: blue. Hex color #01045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01045E is #FEFBA1. Grayscale: #0D0D0D. Windows color (decimal): -16710562 or 6161409. OLE color: 6161409.

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

Color convert

RGB1494-
CMYK0.990.9600.63
HSL238.06º97.89%18.63%-
HSV(B)238.06º98.94%36.86%-
XYZ2.080.910.65-
YUV13.36173.51119.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 94 (37.11% from 255) = 94.95%
R=1.01%
G=4.04%
B=94.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal14940.990.9600.63238.0697.8918.63
Hex145E636003Fee6213
Octal1413614314007735614223
Binary1100101111011000111100000011111111101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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