#050853

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

Shades of Midnight Blue #050853

Tints of Midnight Blue #050853

Color information

#050853 (or 0x050853) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 53. RGB value is (5,8,83). Sum of RGB (Red+Green+Blue) = 5+8+83=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 83 (32.81% from 255 or 86.46% from 96); Max value from RGB is 83 - color contains mainly: blue. Hex color #050853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050853 is #FAF7AC. Grayscale: #0F0F0F. Windows color (decimal): -16447405 or 5441541. OLE color: 5441541.

HSL color Cylindrical-coordinate representation of color #050853: hue angle of 237.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050853 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB5883-
CMYK0.940.9000.67
HSL237.69º88.64%17.25%-
HSV(B)237.69º93.98%32.55%-
XYZ1.710.838.25-
YUV15.65166.01120.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 83 (32.81% from 255) = 86.46%
R=5.21%
G=8.33%
B=86.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58830.940.9000.67237.6988.6417.25
Hex58535E5A043ee5911
Octal510123136132010335613121
Binary10110001010011101111010110100100001111101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050853; }

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

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

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

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

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

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

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

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