#050052

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

Shades of Midnight Blue #050052

Tints of Midnight Blue #050052

Color information

#050052 (or 0x050052) is unknown color: approx Midnight Blue. HEX triplet: 05, 00 and 52. RGB value is (5,0,82). Sum of RGB (Red+Green+Blue) = 5+0+82=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 82 (32.42% from 255 or 94.25% from 87); Max value from RGB is 82 - color contains mainly: blue. Hex color #050052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050052 is #FAFFAD. Grayscale: #0A0A0A. Windows color (decimal): -16449454 or 5373957. OLE color: 5373957.

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

Color convert

RGB5082-
CMYK0.94100.68
HSL243.66º100%16.08%-
HSV(B)243.66º100%32.16%-
XYZ1.590.648.02-
YUV10.84168.16123.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 94.25%
R=5.75%
G=0%
B=94.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal50820.94100.68243.6610016.08
Hex50525E64044f46410
Octal50122136144010436414420
Binary10101010010101111011001000100010011110100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050052; }

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

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

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

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

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

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

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

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