#04014F

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

Shades of Midnight Blue #04014F

Tints of Midnight Blue #04014F

Color information

#04014F (or 0x04014F) is unknown color: approx Midnight Blue. HEX triplet: 04, 01 and 4F. RGB value is (4,1,79). Sum of RGB (Red+Green+Blue) = 4+1+79=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 79 (31.25% from 255 or 94.05% from 84); Max value from RGB is 79 - color contains mainly: blue. Hex color #04014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04014F is #FBFEB0. Grayscale: #0A0A0A. Windows color (decimal): -16514737 or 5177604. OLE color: 5177604.

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

Color convert

RGB4179-
CMYK0.950.9900.69
HSL242.31º97.5%15.69%-
HSV(B)242.31º98.73%30.98%-
XYZ1.470.617.44-
YUV10.79166.49123.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.76%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 79 (31.25% from 255) = 94.05%
R=4.76%
G=1.19%
B=94.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal41790.950.9900.69242.3197.515.69
Hex414F5F63045f26210
Octal41117137143010536214220
Binary10011001111101111111000110100010111110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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