#050038

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

Shades of Midnight Express #050038

Tints of Midnight Express #050038

Color information

#050038 (or 0x050038) is unknown color: approx Midnight Express. HEX triplet: 05, 00 and 38. RGB value is (5,0,56). Sum of RGB (Red+Green+Blue) = 5+0+56=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 56 (22.27% from 255 or 91.80% from 61); Max value from RGB is 56 - color contains mainly: blue. Hex color #050038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050038 is #FAFFC7. Grayscale: #070707. Windows color (decimal): -16449480 or 3670021. OLE color: 3670021.

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

Color convert

RGB5056-
CMYK0.91100.78
HSL245.36º100%10.98%-
HSV(B)245.36º100%21.96%-
XYZ0.780.323.76-
YUV7.88155.16125.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 91.80%
R=8.20%
G=0%
B=91.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal50560.91100.78245.3610010.98
Hex50385B6404Ef564b
Octal5070133144011636514413
Binary101011100010110111100100010011101111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050038; }

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

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

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

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

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

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

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

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