#050c5e

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

Shades of Midnight Blue #050C5E

Tints of Midnight Blue #050C5E

Color information

#050C5E (or 0x050C5E) is unknown color: approx Midnight Blue. HEX triplet: 05, 0C and 5E. RGB value is (5,12,94). Sum of RGB (Red+Green+Blue) = 5+12+94=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #050C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C5E is #FAF3A1. Grayscale: #121212. Windows color (decimal): -16446370 or 6163461. OLE color: 6163461.

HSL color Cylindrical-coordinate representation of color #050C5E: hue angle of 235.28º 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 #050C5E is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB51294-
CMYK0.950.8700.63
HSL235.28º89.9%19.41%-
HSV(B)235.28º94.68%36.86%-
XYZ2.211.110.69-
YUV19.26170.18117.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 94 (37.11% from 255) = 84.68%
R=4.50%
G=10.81%
B=84.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal512940.950.8700.63235.2889.919.41
Hex5C5E5F5703Feb5a13
Octal51413613712707735313223
Binary1011100101111010111111010111011111111101011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050c5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050c5e; }

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

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

<style>
 a { background-color: #050c5e; }

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

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

<style>
 span { border-color: #050c5e; }

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

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