#050452

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

Shades of Midnight Blue #050452

Tints of Midnight Blue #050452

Color information

#050452 (or 0x050452) is unknown color: approx Midnight Blue. HEX triplet: 05, 04 and 52. RGB value is (5,4,82). Sum of RGB (Red+Green+Blue) = 5+4+82=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #050452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050452 is #FAFBAD. Grayscale: #0C0C0C. Windows color (decimal): -16448430 or 5374981. OLE color: 5374981.

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

Color convert

RGB5482-
CMYK0.940.9500.68
HSL240.77º90.7%16.86%-
HSV(B)240.77º95.12%32.16%-
XYZ1.630.738.04-
YUV13.19166.83122.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 82 (32.42% from 255) = 90.11%
R=5.49%
G=4.40%
B=90.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal54820.940.9500.68240.7790.716.86
Hex54525E5F044f15b11
Octal54122136137010436113321
Binary1011001010010101111010111110100010011110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050452; }

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

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

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

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

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

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

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

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