#05074F

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

Shades of Midnight Blue #05074F

Tints of Midnight Blue #05074F

Color information

#05074F (or 0x05074F) is unknown color: approx Midnight Blue. HEX triplet: 05, 07 and 4F. RGB value is (5,7,79). Sum of RGB (Red+Green+Blue) = 5+7+79=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 79 (31.25% from 255 or 86.81% from 91); Max value from RGB is 79 - color contains mainly: blue. Hex color #05074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05074F is #FAF8B0. Grayscale: #0E0E0E. Windows color (decimal): -16447665 or 5179141. OLE color: 5179141.

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

Color convert

RGB5779-
CMYK0.940.9100.69
HSL238.38º88.1%16.47%-
HSV(B)238.38º93.67%30.98%-
XYZ1.550.757.46-
YUV14.61164.34121.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 79 (31.25% from 255) = 86.81%
R=5.49%
G=7.69%
B=86.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal57790.940.9100.69238.3888.116.47
Hex574F5E5B045ee5810
Octal57117136133010535613020
Binary1011111001111101111010110110100010111101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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