#050355

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

Shades of Midnight Blue #050355

Tints of Midnight Blue #050355

Color information

#050355 (or 0x050355) is unknown color: approx Midnight Blue. HEX triplet: 05, 03 and 55. RGB value is (5,3,85). Sum of RGB (Red+Green+Blue) = 5+3+85=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 85 (33.59% from 255 or 91.40% from 93); Max value from RGB is 85 - color contains mainly: blue. Hex color #050355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050355 is #FAFCAA. Grayscale: #0C0C0C. Windows color (decimal): -16448683 or 5571333. OLE color: 5571333.

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

Color convert

RGB5385-
CMYK0.940.9600.67
HSL241.46º93.18%17.25%-
HSV(B)241.46º96.47%33.33%-
XYZ1.730.758.65-
YUV12.95168.66122.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 85 (33.59% from 255) = 91.40%
R=5.38%
G=3.23%
B=91.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal53850.940.9600.67241.4693.1817.25
Hex53555E60043f15d11
Octal53125136140010336113521
Binary101111010101101111011000000100001111110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050355; }

 p { color: rgb(5,3,85); }

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

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

 a { background-color: rgb(5,3,85); }

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

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

 span { border-color: rgb(5,3,85); }

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