#050863

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

Shades of Midnight Blue #050863

Tints of Midnight Blue #050863

Color information

#050863 (or 0x050863) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 63. RGB value is (5,8,99). Sum of RGB (Red+Green+Blue) = 5+8+99=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 99 (39.06% from 255 or 88.39% from 112); Max value from RGB is 99 - color contains mainly: blue. Hex color #050863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050863 is #FAF79C. Grayscale: #111111. Windows color (decimal): -16447389 or 6490117. OLE color: 6490117.

HSL color Cylindrical-coordinate representation of color #050863: hue angle of 238.09º 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 #050863 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5899-
CMYK0.950.9200.61
HSL238.09º90.38%20.39%-
HSV(B)238.09º94.95%38.82%-
XYZ2.41.1111.89-
YUV17.48174.01119.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 99 (39.06% from 255) = 88.39%
R=4.46%
G=7.14%
B=88.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58990.950.9200.61238.0990.3820.39
Hex58635F5C03Dee5a14
Octal51014313713407535613224
Binary1011000110001110111111011100011110111101110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050863; }

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

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

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

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

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

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

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

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