#121538

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

Shades of Midnight Express #121538

Tints of Midnight Express #121538

Color information

#121538 (or 0x121538) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 38. RGB value is (18,21,56). Sum of RGB (Red+Green+Blue) = 18+21+56=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #121538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121538 is #EDEAC7. Grayscale: #171717. Windows color (decimal): -15592136 or 3675410. OLE color: 3675410.

HSL color Cylindrical-coordinate representation of color #121538: hue angle of 235.26º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121538 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB182156-
CMYK0.680.6300.78
HSL235.26º51.35%14.51%-
HSV(B)235.26º67.86%21.96%-
XYZ1.230.953.86-
YUV24.09146.01123.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=18.95%
G=22.11%
B=58.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1821560.680.6300.78235.2651.3514.51
Hex121538443F04Eeb33f
Octal2225701047701163536317
Binary1001010101111000100010011111101001110111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121538; }

 p { color: rgb(18,21,56); }

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

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

 a { background-color: rgb(18,21,56); }

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

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

 span { border-color: rgb(18,21,56); }

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