#050D63

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

Shades of Midnight Blue #050D63

Tints of Midnight Blue #050D63

Color information

#050D63 (or 0x050D63) is unknown color: approx Midnight Blue. HEX triplet: 05, 0D and 63. RGB value is (5,13,99). Sum of RGB (Red+Green+Blue) = 5+13+99=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #050D63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D63 is #FAF29C. Grayscale: #141414. Windows color (decimal): -16446109 or 6491397. OLE color: 6491397.

HSL color Cylindrical-coordinate representation of color #050D63: hue angle of 234.89º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050D63 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB51399-
CMYK0.950.8700.61
HSL234.89º90.38%20.39%-
HSV(B)234.89º94.95%38.82%-
XYZ2.461.2211.91-
YUV20.41172.35117.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 13 (5.47% from 255) = 11.11%
BLUE value IS 99 (39.06% from 255) = 84.62%
R=4.27%
G=11.11%
B=84.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal513990.950.8700.61234.8990.3820.39
Hex5D635F5703Deb5a14
Octal51514313712707535313224
Binary1011101110001110111111010111011110111101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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