#01044E

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

Shades of Midnight Blue #01044E

Tints of Midnight Blue #01044E

Color information

#01044E (or 0x01044E) is unknown color: approx Midnight Blue. HEX triplet: 01, 04 and 4E. RGB value is (1,4,78). Sum of RGB (Red+Green+Blue) = 1+4+78=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 78 (30.86% from 255 or 93.98% from 83); Max value from RGB is 78 - color contains mainly: blue. Hex color #01044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01044E is #FEFBB1. Grayscale: #0B0B0B. Windows color (decimal): -16710578 or 5112833. OLE color: 5112833.

HSL color Cylindrical-coordinate representation of color #01044E: hue angle of 237.66º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01044E is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB1478-
CMYK0.990.9500.69
HSL237.66º97.47%15.49%-
HSV(B)237.66º98.72%30.59%-
XYZ1.430.647.26-
YUV11.54165.51120.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 78 (30.86% from 255) = 93.98%
R=1.20%
G=4.82%
B=93.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal14780.990.9500.69237.6697.4715.49
Hex144E635F045ee61f
Octal14116143137010535614117
Binary1100100111011000111011111010001011110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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