#050C36

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

Shades of Midnight Express #050C36

Tints of Midnight Express #050C36

Color information

#050C36 (or 0x050C36) is unknown color: approx Midnight Express. HEX triplet: 05, 0C and 36. RGB value is (5,12,54). Sum of RGB (Red+Green+Blue) = 5+12+54=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 54 (21.48% from 255 or 76.06% from 71); Max value from RGB is 54 - color contains mainly: blue. Hex color #050C36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C36 is #FAF3C9. Grayscale: #0E0E0E. Windows color (decimal): -16446410 or 3542021. OLE color: 3542021.

HSL color Cylindrical-coordinate representation of color #050C36: hue angle of 231.43º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050C36 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB51254-
CMYK0.910.7800.79
HSL231.43º83.05%11.57%-
HSV(B)231.43º90.74%21.18%-
XYZ0.860.563.55-
YUV14.7150.18121.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 54 (21.48% from 255) = 76.06%
R=7.04%
G=16.90%
B=76.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal512540.910.7800.79231.4383.0511.57
Hex5C365B4E04Fe753c
Octal51466133116011734712314
Binary101110011011010110111001110010011111110011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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