#050D2F

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

Shades of Midnight Express #050D2F

Tints of Midnight Express #050D2F

Color information

#050D2F (or 0x050D2F) is unknown color: approx Midnight Express. HEX triplet: 05, 0D and 2F. RGB value is (5,13,47). Sum of RGB (Red+Green+Blue) = 5+13+47=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #050D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D2F is #FAF2D0. Grayscale: #0E0E0E. Windows color (decimal): -16446161 or 3083525. OLE color: 3083525.

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

Color convert

RGB51347-
CMYK0.890.7200.82
HSL228.57º80.77%10.2%-
HSV(B)228.57º89.36%18.43%-
XYZ0.720.532.75-
YUV14.48146.35121.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 13 (5.47% from 255) = 20%
BLUE value IS 47 (18.75% from 255) = 72.31%
R=7.69%
G=20%
B=72.31%

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
Decimal513470.890.7200.82228.5780.7710.2
Hex5D2F5948052e551a
Octal51557131110012234512112
Binary101110110111110110011001000010100101110010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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