#050458

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

Shades of Midnight Blue #050458

Tints of Midnight Blue #050458

Color information

#050458 (or 0x050458) is unknown color: approx Midnight Blue. HEX triplet: 05, 04 and 58. RGB value is (5,4,88). Sum of RGB (Red+Green+Blue) = 5+4+88=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 88 (34.77% from 255 or 90.72% from 97); Max value from RGB is 88 - color contains mainly: blue. Hex color #050458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050458 is #FAFBA7. Grayscale: #0D0D0D. Windows color (decimal): -16448424 or 5768197. OLE color: 5768197.

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

Color convert

RGB5488-
CMYK0.940.9500.65
HSL240.71º91.3%18.04%-
HSV(B)240.71º95.45%34.51%-
XYZ1.870.829.29-
YUV13.88169.83121.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 88 (34.77% from 255) = 90.72%
R=5.15%
G=4.12%
B=90.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal54880.940.9500.65240.7191.318.04
Hex54585E5F041f15b12
Octal54130136137010136113322
Binary1011001011000101111010111110100000111110001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050458; }

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

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

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

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

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

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

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

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