#051244

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

Shades of Midnight Express #051244

Tints of Midnight Express #051244

Color information

#051244 (or 0x051244) is unknown color: approx Midnight Express. HEX triplet: 05, 12 and 44. RGB value is (5,18,68). Sum of RGB (Red+Green+Blue) = 5+18+68=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #051244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051244 is #FAEDBB. Grayscale: #131313. Windows color (decimal): -16444860 or 4461061. OLE color: 4461061.

HSL color Cylindrical-coordinate representation of color #051244: hue angle of 227.62º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051244 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB51868-
CMYK0.930.7400.73
HSL227.62º86.3%14.31%-
HSV(B)227.62º92.65%26.67%-
XYZ1.320.885.57-
YUV19.81155.19117.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 68 (26.95% from 255) = 74.73%
R=5.49%
G=19.78%
B=74.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal518680.930.7400.73227.6286.314.31
Hex512445D4A049e456e
Octal522104135112011134412616
Binary10110010100010010111011001010010010011110010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051244; }

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

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

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

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

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

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

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

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