#050D36

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

Shades of Midnight Express #050D36

Tints of Midnight Express #050D36

Color information

#050D36 (or 0x050D36) is unknown color: approx Midnight Express. HEX triplet: 05, 0D and 36. RGB value is (5,13,54). Sum of RGB (Red+Green+Blue) = 5+13+54=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #050D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D36 is #FAF2C9. Grayscale: #0F0F0F. Windows color (decimal): -16446154 or 3542277. OLE color: 3542277.

HSL color Cylindrical-coordinate representation of color #050D36: hue angle of 230.2º 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 #050D36 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB51354-
CMYK0.910.7600.79
HSL230.2º83.05%11.57%-
HSV(B)230.2º90.74%21.18%-
XYZ0.870.593.56-
YUV15.28149.85120.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 54 (21.48% from 255) = 75%
R=6.94%
G=18.06%
B=75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal513540.910.7600.79230.283.0511.57
Hex5D365B4C04Fe653c
Octal51566133114011734612314
Binary101110111011010110111001100010011111110011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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