#05044D

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

Shades of Midnight Blue #05044D

Tints of Midnight Blue #05044D

Color information

#05044D (or 0x05044D) is unknown color: approx Midnight Blue. HEX triplet: 05, 04 and 4D. RGB value is (5,4,77). Sum of RGB (Red+Green+Blue) = 5+4+77=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 77 (30.47% from 255 or 89.53% from 86); Max value from RGB is 77 - color contains mainly: blue. Hex color #05044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05044D is #FAFBB2. Grayscale: #0C0C0C. Windows color (decimal): -16448435 or 5047301. OLE color: 5047301.

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

Color convert

RGB5477-
CMYK0.940.9500.70
HSL240.82º90.12%15.88%-
HSV(B)240.82º94.81%30.2%-
XYZ1.450.657.07-
YUV12.62164.33122.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 77 (30.47% from 255) = 89.53%
R=5.81%
G=4.65%
B=89.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal54770.940.9500.70240.8290.1215.88
Hex544D5E5F046f15a10
Octal54115136137010636113220
Binary1011001001101101111010111110100011011110001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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