#04014C

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

Shades of Midnight Blue #04014C

Tints of Midnight Blue #04014C

Color information

#04014C (or 0x04014C) is unknown color: approx Midnight Blue. HEX triplet: 04, 01 and 4C. RGB value is (4,1,76). Sum of RGB (Red+Green+Blue) = 4+1+76=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 1 (0.78% from 255 or 1.23% 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 #04014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04014C is #FBFEB3. Grayscale: #0A0A0A. Windows color (decimal): -16514740 or 4980996. OLE color: 4980996.

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

Color convert

RGB4176-
CMYK0.950.9900.70
HSL242.4º97.4%15.1%-
HSV(B)242.4º98.68%29.8%-
XYZ1.370.576.88-
YUV10.45164.99123.4-

RGB Variations

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

RGB

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

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
Decimal41760.950.9900.70242.497.415.1
Hex414C5F63046f261f
Octal41114137143010636214117
Binary1001100110010111111100011010001101111001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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