#051248

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

Shades of Midnight Express #051248

Tints of Midnight Express #051248

Color information

#051248 (or 0x051248) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 48. RGB value is (5,18,72). Sum of RGB (Red+Green+Blue) = 5+18+72=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #051248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051248 is #FAEDB7. Grayscale: #141414. Windows color (decimal): -16444856 or 4723205. OLE color: 4723205.

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

Color convert

RGB51872-
CMYK0.930.7500.72
HSL228.36º87.01%15.1%-
HSV(B)228.36º93.06%28.24%-
XYZ1.450.936.23-
YUV20.27157.19117.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=5.26%
G=18.95%
B=75.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal518720.930.7500.72228.3687.0115.1
Hex512485D4B048e457f
Octal522110135113011034412717
Binary10110010100100010111011001011010010001110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051248; }

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

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

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

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

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

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

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

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