#050C31

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

Shades of Midnight Express #050C31

Tints of Midnight Express #050C31

Color information

#050C31 (or 0x050C31) is unknown color: approx Midnight Express. HEX triplet: 05, 0C and 31. RGB value is (5,12,49). Sum of RGB (Red+Green+Blue) = 5+12+49=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #050C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C31 is #FAF3CE. Grayscale: #0D0D0D. Windows color (decimal): -16446415 or 3214341. OLE color: 3214341.

HSL color Cylindrical-coordinate representation of color #050C31: hue angle of 230.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050C31 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB51249-
CMYK0.900.7600.81
HSL230.45º81.48%10.59%-
HSV(B)230.45º89.8%19.22%-
XYZ0.750.522.97-
YUV14.12147.68121.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 49 (19.53% from 255) = 74.24%
R=7.58%
G=18.18%
B=74.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal512490.900.7600.81230.4581.4810.59
Hex5C315A4C051e651b
Octal51461132114012134612113
Binary101110011000110110101001100010100011110011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050C31; }

 p { color: rgb(5,12,49); }

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

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

 a { background-color: rgb(5,12,49); }

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

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

 span { border-color: rgb(5,12,49); }

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