#05084E

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

Shades of Midnight Blue #05084E

Tints of Midnight Blue #05084E

Color information

#05084E (or 0x05084E) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 4E. RGB value is (5,8,78). Sum of RGB (Red+Green+Blue) = 5+8+78=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #05084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05084E is #FAF7B1. Grayscale: #0E0E0E. Windows color (decimal): -16447410 or 5113861. OLE color: 5113861.

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

Color convert

RGB5878-
CMYK0.940.9000.69
HSL237.53º87.95%16.27%-
HSV(B)237.53º93.59%30.59%-
XYZ1.520.767.27-
YUV15.08163.51120.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 78 (30.86% from 255) = 85.71%
R=5.49%
G=8.79%
B=85.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal58780.940.9000.69237.5387.9516.27
Hex584E5E5A045ee5810
Octal510116136132010535613020
Binary10110001001110101111010110100100010111101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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