#121548

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

Shades of Midnight Express #121548

Tints of Midnight Express #121548

Color information

#121548 (or 0x121548) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 48. RGB value is (18,21,72). Sum of RGB (Red+Green+Blue) = 18+21+72=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #121548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121548 is #EDEAB7. Grayscale: #191919. Windows color (decimal): -15592120 or 4723986. OLE color: 4723986.

HSL color Cylindrical-coordinate representation of color #121548: hue angle of 236.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121548 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB182172-
CMYK0.750.7100.72
HSL236.67º60%17.65%-
HSV(B)236.67º75%28.24%-
XYZ1.691.136.26-
YUV25.92154.01122.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=16.22%
G=18.92%
B=64.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1821720.750.7100.72236.676017.65
Hex1215484B47048ed3c12
Octal222511011310701103557422
Binary1001010101100100010010111000111010010001110110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121548; }

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

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

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

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

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

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

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

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