#05079E

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

Shades of New Midnight Blue #05079E

Tints of New Midnight Blue #05079E

Color information

#05079E (or 0x05079E) is unknown color: approx New Midnight Blue. HEX triplet: 05, 07 and 9E. RGB value is (5,7,158). Sum of RGB (Red+Green+Blue) = 5+7+158=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 158 (62.11% from 255 or 92.94% from 170); Max value from RGB is 158 - color contains mainly: blue. Hex color #05079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05079E is #FAF861. Grayscale: #171717. Windows color (decimal): -16447586 or 10356485. OLE color: 10356485.

HSL color Cylindrical-coordinate representation of color #05079E: hue angle of 239.22º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05079E is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57158-
CMYK0.970.9600.38
HSL239.22º93.87%31.96%-
HSV(B)239.22º96.84%61.96%-
XYZ6.312.6532.53-
YUV23.62203.84114.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 158 (62.11% from 255) = 92.94%
R=2.94%
G=4.12%
B=92.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571580.970.9600.38239.2293.8731.96
Hex579E6160026ef5e20
Octal5723614114004635713640
Binary10111110011110110000111000000100110111011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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