#05084D

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

Shades of Midnight Blue #05084D

Tints of Midnight Blue #05084D

Color information

#05084D (or 0x05084D) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 4D. RGB value is (5,8,77). Sum of RGB (Red+Green+Blue) = 5+8+77=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #05084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05084D is #FAF7B2. Grayscale: #0E0E0E. Windows color (decimal): -16447411 or 5048325. OLE color: 5048325.

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

Color convert

RGB5877-
CMYK0.940.9000.70
HSL237.5º87.8%16.08%-
HSV(B)237.5º93.51%30.2%-
XYZ1.490.747.09-
YUV14.97163.01120.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 77 (30.47% from 255) = 85.56%
R=5.56%
G=8.89%
B=85.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal58770.940.9000.70237.587.816.08
Hex584D5E5A046ee5810
Octal510115136132010635613020
Binary10110001001101101111010110100100011011101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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