#121848

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

Shades of Midnight Express #121848

Tints of Midnight Express #121848

Color information

#121848 (or 0x121848) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 48. RGB value is (18,24,72). Sum of RGB (Red+Green+Blue) = 18+24+72=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #121848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121848 is #EDE7B7. Grayscale: #1B1B1B. Windows color (decimal): -15591352 or 4724754. OLE color: 4724754.

HSL color Cylindrical-coordinate representation of color #121848: hue angle of 233.33º 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 #121848 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB182472-
CMYK0.750.6700.72
HSL233.33º60%17.65%-
HSV(B)233.33º75%28.24%-
XYZ1.751.256.28-
YUV27.68153.01121.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=15.79%
G=21.05%
B=63.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1824720.750.6700.72233.336017.65
Hex1218484B43048e93c12
Octal223011011310301103517422
Binary1001011000100100010010111000011010010001110100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121848; }

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

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

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

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

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

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

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

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