#121247

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

Shades of Midnight Express #121247

Tints of Midnight Express #121247

Color information

#121247 (or 0x121247) is unknown color: approx Midnight Express. HEX triplet: 12, 12 and 47. RGB value is (18,18,71). Sum of RGB (Red+Green+Blue) = 18+18+71=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #121247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121247 is #EDEDB8. Grayscale: #171717. Windows color (decimal): -15592889 or 4657682. OLE color: 4657682.

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

Color convert

RGB181871-
CMYK0.750.7500.72
HSL240º59.55%17.45%-
HSV(B)240º74.65%27.84%-
XYZ1.61.026.07-
YUV24.04154.5123.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 71 (28.12% from 255) = 66.36%
R=16.82%
G=16.82%
B=66.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1818710.750.7500.7224059.5517.45
Hex1212474B4B048f03c11
Octal222210711311301103607421
Binary1001010010100011110010111001011010010001111000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121247; }

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

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

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

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

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

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

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

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