#050152

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

Shades of Midnight Blue #050152

Tints of Midnight Blue #050152

Color information

#050152 (or 0x050152) is unknown color: approx Midnight Blue. HEX triplet: 05, 01 and 52. RGB value is (5,1,82). Sum of RGB (Red+Green+Blue) = 5+1+82=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 82 (32.42% from 255 or 93.18% from 88); Max value from RGB is 82 - color contains mainly: blue. Hex color #050152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050152 is #FAFEAD. Grayscale: #0B0B0B. Windows color (decimal): -16449198 or 5374213. OLE color: 5374213.

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

Color convert

RGB5182-
CMYK0.940.9900.68
HSL242.96º97.59%16.27%-
HSV(B)242.96º98.78%32.16%-
XYZ1.60.668.03-
YUV11.43167.83123.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 82 (32.42% from 255) = 93.18%
R=5.68%
G=1.14%
B=93.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal51820.940.9900.68242.9697.5916.27
Hex51525E63044f36210
Octal51122136143010436314220
Binary10111010010101111011000110100010011110011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050152; }

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

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

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

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

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

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

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

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