#050155

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

Shades of Midnight Blue #050155

Tints of Midnight Blue #050155

Color information

#050155 (or 0x050155) is unknown color: approx Midnight Blue. HEX triplet: 05, 01 and 55. RGB value is (5,1,85). Sum of RGB (Red+Green+Blue) = 5+1+85=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 85 (33.59% from 255 or 93.41% from 91); Max value from RGB is 85 - color contains mainly: blue. Hex color #050155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050155 is #FAFEAA. Grayscale: #0B0B0B. Windows color (decimal): -16449195 or 5570821. OLE color: 5570821.

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

Color convert

RGB5185-
CMYK0.940.9900.67
HSL242.86º97.67%16.86%-
HSV(B)242.86º98.82%33.33%-
XYZ1.710.718.64-
YUV11.77169.33123.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 85 (33.59% from 255) = 93.41%
R=5.49%
G=1.10%
B=93.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal51850.940.9900.67242.8697.6716.86
Hex51555E63043f36211
Octal51125136143010336314221
Binary10111010101101111011000110100001111110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050155; }

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

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

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

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

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

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

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

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