#121347

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

Shades of Midnight Express #121347

Tints of Midnight Express #121347

Color information

#121347 (or 0x121347) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 47. RGB value is (18,19,71). Sum of RGB (Red+Green+Blue) = 18+19+71=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #121347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121347 is #EDECB8. Grayscale: #181818. Windows color (decimal): -15592633 or 4657938. OLE color: 4657938.

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

Color convert

RGB181971-
CMYK0.750.7300.72
HSL238.87º59.55%17.45%-
HSV(B)238.87º74.65%27.84%-
XYZ1.621.056.08-
YUV24.63154.17123.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 71 (28.12% from 255) = 65.74%
R=16.67%
G=17.59%
B=65.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1819710.750.7300.72238.8759.5517.45
Hex1213474B49048ef3c11
Octal222310711311101103577421
Binary1001010011100011110010111001001010010001110111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121347; }

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

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

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

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

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

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

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

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