#04014D

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

Shades of Midnight Blue #04014D

Tints of Midnight Blue #04014D

Color information

#04014D (or 0x04014D) is unknown color: approx Midnight Blue. HEX triplet: 04, 01 and 4D. RGB value is (4,1,77). Sum of RGB (Red+Green+Blue) = 4+1+77=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 77 (30.47% from 255 or 93.90% from 82); Max value from RGB is 77 - color contains mainly: blue. Hex color #04014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04014D is #FBFEB2. Grayscale: #0A0A0A. Windows color (decimal): -16514739 or 5046532. OLE color: 5046532.

HSL color Cylindrical-coordinate representation of color #04014D: hue angle of 242.37º 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 #04014D is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB4177-
CMYK0.950.9900.70
HSL242.37º97.44%15.29%-
HSV(B)242.37º98.7%30.2%-
XYZ1.40.587.06-
YUV10.56165.49123.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 77 (30.47% from 255) = 93.90%
R=4.88%
G=1.22%
B=93.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal41770.950.9900.70242.3797.4415.29
Hex414D5F63046f261f
Octal41115137143010636214117
Binary1001100110110111111100011010001101111001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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