#050F38

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

Shades of Midnight Express #050F38

Tints of Midnight Express #050F38

Color information

#050F38 (or 0x050F38) is unknown color: approx Midnight Express. HEX triplet: 05, 0F and 38. RGB value is (5,15,56). Sum of RGB (Red+Green+Blue) = 5+15+56=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #050F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F38 is #FAF0C7. Grayscale: #101010. Windows color (decimal): -16445640 or 3673861. OLE color: 3673861.

HSL color Cylindrical-coordinate representation of color #050F38: hue angle of 228.24º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050F38 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51556-
CMYK0.910.7300.78
HSL228.24º83.61%11.96%-
HSV(B)228.24º91.07%21.96%-
XYZ0.950.663.82-
YUV16.68150.19119.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 56 (22.27% from 255) = 73.68%
R=6.58%
G=19.74%
B=73.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal515560.910.7300.78228.2483.6111.96
Hex5F385B4904Ee454c
Octal51770133111011634412414
Binary101111111100010110111001001010011101110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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