#04054F

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

Shades of Midnight Blue #04054F

Tints of Midnight Blue #04054F

Color information

#04054F (or 0x04054F) is unknown color: approx Midnight Blue. HEX triplet: 04, 05 and 4F. RGB value is (4,5,79). Sum of RGB (Red+Green+Blue) = 4+5+79=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 79 (31.25% from 255 or 89.77% from 88); Max value from RGB is 79 - color contains mainly: blue. Hex color #04054F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04054F is #FBFAB0. Grayscale: #0C0C0C. Windows color (decimal): -16513713 or 5178628. OLE color: 5178628.

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

Color convert

RGB4579-
CMYK0.950.9400.69
HSL239.2º90.36%16.27%-
HSV(B)239.2º94.94%30.98%-
XYZ1.520.77.45-
YUV13.14165.17121.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 79 (31.25% from 255) = 89.77%
R=4.55%
G=5.68%
B=89.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal45790.950.9400.69239.290.3616.27
Hex454F5F5E045ef5a10
Octal45117137136010535713220
Binary1001011001111101111110111100100010111101111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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