#05065E

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

Shades of Midnight Blue #05065E

Tints of Midnight Blue #05065E

Color information

#05065E (or 0x05065E) is unknown color: approx Midnight Blue. HEX triplet: 05, 06 and 5E. RGB value is (5,6,94). Sum of RGB (Red+Green+Blue) = 5+6+94=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #05065E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05065E is #FAF9A1. Grayscale: #0F0F0F. Windows color (decimal): -16447906 or 6161925. OLE color: 6161925.

HSL color Cylindrical-coordinate representation of color #05065E: hue angle of 239.33º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05065E is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB5694-
CMYK0.950.9400.63
HSL239.33º89.9%19.41%-
HSV(B)239.33º94.68%36.86%-
XYZ2.150.9710.66-
YUV15.73172.17120.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 94 (37.11% from 255) = 89.52%
R=4.76%
G=5.71%
B=89.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal56940.950.9400.63239.3389.919.41
Hex565E5F5E03Fef5a13
Octal5613613713607735713223
Binary101110101111010111111011110011111111101111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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