#050D2E

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

Shades of Midnight Express #050D2E

Tints of Midnight Express #050D2E

Color information

#050D2E (or 0x050D2E) is unknown color: approx Midnight Express. HEX triplet: 05, 0D and 2E. RGB value is (5,13,46). Sum of RGB (Red+Green+Blue) = 5+13+46=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #050D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D2E is #FAF2D1. Grayscale: #0E0E0E. Windows color (decimal): -16446162 or 3017989. OLE color: 3017989.

HSL color Cylindrical-coordinate representation of color #050D2E: hue angle of 228.29º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050D2E is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51346-
CMYK0.890.7200.82
HSL228.29º80.39%10%-
HSV(B)228.29º89.13%18.04%-
XYZ0.70.522.65-
YUV14.37145.85121.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 13 (5.47% from 255) = 20.31%
BLUE value IS 46 (18.36% from 255) = 71.88%
R=7.81%
G=20.31%
B=71.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal513460.890.7200.82228.2980.3910
Hex5D2E5948052e450a
Octal51556131110012234412012
Binary101110110111010110011001000010100101110010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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