#050F2D

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

Shades of Midnight Express #050F2D

Tints of Midnight Express #050F2D

Color information

#050F2D (or 0x050F2D) is unknown color: approx Midnight Express. HEX triplet: 05, 0F and 2D. RGB value is (5,15,45). Sum of RGB (Red+Green+Blue) = 5+15+45=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #050F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F2D is #FAF0D2. Grayscale: #0F0F0F. Windows color (decimal): -16445651 or 2952965. OLE color: 2952965.

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

Color convert

RGB51545-
CMYK0.890.6700.82
HSL225º80%9.8%-
HSV(B)225º88.89%17.65%-
XYZ0.710.562.55-
YUV15.43144.69120.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 45 (17.97% from 255) = 69.23%
R=7.69%
G=23.08%
B=69.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal515450.890.6700.82225809.8
Hex5F2D5943052e150a
Octal51755131103012234112012
Binary101111110110110110011000011010100101110000110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,15,45); }

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

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

 a { background-color: rgb(5,15,45); }

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

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

 span { border-color: rgb(5,15,45); }

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