#050D5D

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

Shades of Midnight Blue #050D5D

Tints of Midnight Blue #050D5D

Color information

#050D5D (or 0x050D5D) is unknown color: approx Midnight Blue. HEX triplet: 05, 0D and 5D. RGB value is (5,13,93). Sum of RGB (Red+Green+Blue) = 5+13+93=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #050D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D5D is #FAF2A2. Grayscale: #131313. Windows color (decimal): -16446115 or 6098181. OLE color: 6098181.

HSL color Cylindrical-coordinate representation of color #050D5D: hue angle of 234.55º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050D5D is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB51393-
CMYK0.950.8600.64
HSL234.55º89.8%19.22%-
HSV(B)234.55º94.62%36.47%-
XYZ2.181.1110.46-
YUV19.73169.35117.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 93 (36.72% from 255) = 83.78%
R=4.50%
G=11.71%
B=83.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal513930.950.8600.64234.5589.819.22
Hex5D5D5F56040eb5a13
Octal515135137126010035313223
Binary10111011011101101111110101100100000011101011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,13,93); }

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

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

 a { background-color: rgb(5,13,93); }

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

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

 span { border-color: rgb(5,13,93); }

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