#121947

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

Shades of Midnight Express #121947

Tints of Midnight Express #121947

Color information

#121947 (or 0x121947) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 47. RGB value is (18,25,71). Sum of RGB (Red+Green+Blue) = 18+25+71=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #121947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121947 is #EDE6B8. Grayscale: #1B1B1B. Windows color (decimal): -15591097 or 4659474. OLE color: 4659474.

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

Color convert

RGB182571-
CMYK0.750.6500.72
HSL232.08º59.55%17.45%-
HSV(B)232.08º74.65%27.84%-
XYZ1.731.286.12-
YUV28.15152.18120.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=15.79%
G=21.93%
B=62.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1825710.750.6500.72232.0859.5517.45
Hex1219474B41048e83c11
Octal223110711310101103507421
Binary1001011001100011110010111000001010010001110100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121947; }

 p { color: rgb(18,25,71); }

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

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

 a { background-color: rgb(18,25,71); }

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

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

 span { border-color: rgb(18,25,71); }

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