#050E2F

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

Shades of Midnight Express #050E2F

Tints of Midnight Express #050E2F

Color information

#050E2F (or 0x050E2F) is unknown color: approx Midnight Express. HEX triplet: 05, 0E and 2F. RGB value is (5,14,47). Sum of RGB (Red+Green+Blue) = 5+14+47=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #050E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E2F is #FAF1D0. Grayscale: #0E0E0E. Windows color (decimal): -16445905 or 3083781. OLE color: 3083781.

HSL color Cylindrical-coordinate representation of color #050E2F: hue angle of 227.14º degrees, saturation: 0.81, 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 #050E2F is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51447-
CMYK0.890.7000.82
HSL227.14º80.77%10.2%-
HSV(B)227.14º89.36%18.43%-
XYZ0.730.552.76-
YUV15.07146.02120.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=7.58%
G=21.21%
B=71.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal514470.890.7000.82227.1480.7710.2
Hex5E2F5946052e351a
Octal51657131106012234312112
Binary101111010111110110011000110010100101110001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,14,47); }

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

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

 a { background-color: rgb(5,14,47); }

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

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

 span { border-color: rgb(5,14,47); }

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