#01044C

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

Shades of Midnight Blue #01044C

Tints of Midnight Blue #01044C

Color information

#01044C (or 0x01044C) is unknown color: approx Midnight Blue. HEX triplet: 01, 04 and 4C. RGB value is (1,4,76). Sum of RGB (Red+Green+Blue) = 1+4+76=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 76 (30.08% from 255 or 93.83% from 81); Max value from RGB is 76 - color contains mainly: blue. Hex color #01044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01044C is #FEFBB3. Grayscale: #0B0B0B. Windows color (decimal): -16710580 or 4981761. OLE color: 4981761.

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

Color convert

RGB1476-
CMYK0.990.9500.70
HSL237.6º97.4%15.1%-
HSV(B)237.6º98.68%29.8%-
XYZ1.360.626.88-
YUV11.31164.51120.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 76 (30.08% from 255) = 93.83%
R=1.23%
G=4.94%
B=93.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal14760.990.9500.70237.697.415.1
Hex144C635F046ee61f
Octal14114143137010635614117
Binary1100100110011000111011111010001101110111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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