#050158

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

Shades of Midnight Blue #050158

Tints of Midnight Blue #050158

Color information

#050158 (or 0x050158) is unknown color: approx Midnight Blue. HEX triplet: 05, 01 and 58. RGB value is (5,1,88). Sum of RGB (Red+Green+Blue) = 5+1+88=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 88 (34.77% from 255 or 93.62% from 94); Max value from RGB is 88 - color contains mainly: blue. Hex color #050158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050158 is #FAFEA7. Grayscale: #0B0B0B. Windows color (decimal): -16449192 or 5767429. OLE color: 5767429.

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

Color convert

RGB5188-
CMYK0.940.9900.65
HSL242.76º97.75%17.45%-
HSV(B)242.76º98.86%34.51%-
XYZ1.830.769.28-
YUV12.11170.83122.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 88 (34.77% from 255) = 93.62%
R=5.32%
G=1.06%
B=93.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal51880.940.9900.65242.7697.7517.45
Hex51585E63041f36211
Octal51130136143010136314221
Binary10111011000101111011000110100000111110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050158; }

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

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

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

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

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

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

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

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