#050047

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

Shades of Midnight Blue #050047

Tints of Midnight Blue #050047

Color information

#050047 (or 0x050047) is unknown color: approx Midnight Blue. HEX triplet: 05, 00 and 47. RGB value is (5,0,71). Sum of RGB (Red+Green+Blue) = 5+0+71=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 71 (28.12% from 255 or 93.42% from 76); Max value from RGB is 71 - color contains mainly: blue. Hex color #050047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050047 is #FAFFB8. Grayscale: #090909. Windows color (decimal): -16449465 or 4653061. OLE color: 4653061.

HSL color Cylindrical-coordinate representation of color #050047: hue angle of 244.23º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050047 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB5071-
CMYK0.93100.72
HSL244.23º100%13.92%-
HSV(B)244.23º100%27.84%-
XYZ1.20.495.99-
YUV9.59162.66124.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 93.42%
R=6.58%
G=0%
B=93.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal50710.93100.72244.2310013.92
Hex50475D64048f464e
Octal50107135144011036414416
Binary1010100011110111011100100010010001111010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050047; }

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

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

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

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

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

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

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

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