#05074E

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

Shades of Midnight Blue #05074E

Tints of Midnight Blue #05074E

Color information

#05074E (or 0x05074E) is unknown color: approx Midnight Blue. HEX triplet: 05, 07 and 4E. RGB value is (5,7,78). Sum of RGB (Red+Green+Blue) = 5+7+78=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 78 (30.86% from 255 or 86.67% from 90); Max value from RGB is 78 - color contains mainly: blue. Hex color #05074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05074E is #FAF8B1. Grayscale: #0E0E0E. Windows color (decimal): -16447666 or 5113605. OLE color: 5113605.

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

Color convert

RGB5778-
CMYK0.940.9100.69
HSL238.36º87.95%16.27%-
HSV(B)238.36º93.59%30.59%-
XYZ1.510.737.27-
YUV14.5163.84121.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 78 (30.86% from 255) = 86.67%
R=5.56%
G=7.78%
B=86.67%

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
Decimal57780.940.9100.69238.3687.9516.27
Hex574E5E5B045ee5810
Octal57116136133010535613020
Binary1011111001110101111010110110100010111101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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