#05074D

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

Shades of Midnight Blue #05074D

Tints of Midnight Blue #05074D

Color information

#05074D (or 0x05074D) is unknown color: approx Midnight Blue. HEX triplet: 05, 07 and 4D. RGB value is (5,7,77). Sum of RGB (Red+Green+Blue) = 5+7+77=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #05074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05074D is #FAF8B2. Grayscale: #0E0E0E. Windows color (decimal): -16447667 or 5048069. OLE color: 5048069.

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

Color convert

RGB5777-
CMYK0.940.9100.70
HSL238.33º87.8%16.08%-
HSV(B)238.33º93.51%30.2%-
XYZ1.480.727.08-
YUV14.38163.34121.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 77 (30.47% from 255) = 86.52%
R=5.62%
G=7.87%
B=86.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal57770.940.9100.70238.3387.816.08
Hex574D5E5B046ee5810
Octal57115136133010635613020
Binary1011111001101101111010110110100011011101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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