#050248

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

Shades of Midnight Blue #050248

Tints of Midnight Blue #050248

Color information

#050248 (or 0x050248) is unknown color: approx Midnight Blue. HEX triplet: 05, 02 and 48. RGB value is (5,2,72). Sum of RGB (Red+Green+Blue) = 5+2+72=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 72 (28.52% from 255 or 91.14% from 79); Max value from RGB is 72 - color contains mainly: blue. Hex color #050248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050248 is #FAFDB7. Grayscale: #0A0A0A. Windows color (decimal): -16448952 or 4719109. OLE color: 4719109.

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

Color convert

RGB5272-
CMYK0.930.9700.72
HSL242.57º94.59%14.51%-
HSV(B)242.57º97.22%28.24%-
XYZ1.250.546.17-
YUV10.88162.49123.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 72 (28.52% from 255) = 91.14%
R=6.33%
G=2.53%
B=91.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal52720.930.9700.72242.5794.5914.51
Hex52485D61048f35ff
Octal52110135141011036313717
Binary10110100100010111011100001010010001111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050248; }

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

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

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

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

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

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

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

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