#05064D

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

Shades of Midnight Blue #05064D

Tints of Midnight Blue #05064D

Color information

#05064D (or 0x05064D) is unknown color: approx Midnight Blue. HEX triplet: 05, 06 and 4D. RGB value is (5,6,77). Sum of RGB (Red+Green+Blue) = 5+6+77=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #05064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05064D is #FAF9B2. Grayscale: #0D0D0D. Windows color (decimal): -16447923 or 5047813. OLE color: 5047813.

HSL color Cylindrical-coordinate representation of color #05064D: hue angle of 239.17º 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 #05064D is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB5677-
CMYK0.940.9200.70
HSL239.17º87.8%16.08%-
HSV(B)239.17º93.51%30.2%-
XYZ1.470.77.08-
YUV13.8163.67121.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 77 (30.47% from 255) = 87.5%
R=5.68%
G=6.82%
B=87.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal56770.940.9200.70239.1787.816.08
Hex564D5E5C046ef5810
Octal56115136134010635713020
Binary1011101001101101111010111000100011011101111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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