#050B57

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

Shades of Midnight Blue #050B57

Tints of Midnight Blue #050B57

Color information

#050B57 (or 0x050B57) is unknown color: approx Midnight Blue. HEX triplet: 05, 0B and 57. RGB value is (5,11,87). Sum of RGB (Red+Green+Blue) = 5+11+87=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 87 (34.38% from 255 or 84.47% from 103); Max value from RGB is 87 - color contains mainly: blue. Hex color #050B57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B57 is #FAF4A8. Grayscale: #111111. Windows color (decimal): -16446633 or 5704453. OLE color: 5704453.

HSL color Cylindrical-coordinate representation of color #050B57: hue angle of 235.61º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050B57 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB51187-
CMYK0.940.8700.66
HSL235.61º89.13%18.04%-
HSV(B)235.61º94.25%34.12%-
XYZ1.90.969.1-
YUV17.87167.01118.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 87 (34.38% from 255) = 84.47%
R=4.85%
G=10.68%
B=84.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal511870.940.8700.66235.6189.1318.04
Hex5B575E57042ec5912
Octal513127136127010235413122
Binary10110111010111101111010101110100001011101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,11,87); }

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

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

 a { background-color: rgb(5,11,87); }

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

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

 span { border-color: rgb(5,11,87); }

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