#050148

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

Shades of Midnight Blue #050148

Tints of Midnight Blue #050148

Color information

#050148 (or 0x050148) is unknown color: approx Midnight Blue. HEX triplet: 05, 01 and 48. RGB value is (5,1,72). Sum of RGB (Red+Green+Blue) = 5+1+72=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 72 (28.52% from 255 or 92.31% from 78); Max value from RGB is 72 - color contains mainly: blue. Hex color #050148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050148 is #FAFEB7. Grayscale: #0A0A0A. Windows color (decimal): -16449208 or 4718853. OLE color: 4718853.

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

Color convert

RGB5172-
CMYK0.930.9900.72
HSL243.38º97.26%14.31%-
HSV(B)243.38º98.61%28.24%-
XYZ1.240.526.17-
YUV10.29162.83124.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 72 (28.52% from 255) = 92.31%
R=6.41%
G=1.28%
B=92.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal51720.930.9900.72243.3897.2614.31
Hex51485D63048f361e
Octal51110135143011036314116
Binary1011100100010111011100011010010001111001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050148; }

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

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

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

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

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

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

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

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