#121237

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

Shades of Midnight Express #121237

Tints of Midnight Express #121237

Color information

#121237 (or 0x121237) is unknown color: approx Midnight Express. HEX triplet: 12, 12 and 37. RGB value is (18,18,55). Sum of RGB (Red+Green+Blue) = 18+18+55=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 55 (21.88% from 255 or 60.44% from 91); Max value from RGB is 55 - color contains mainly: blue. Hex color #121237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121237 is #EDEDC8. Grayscale: #161616. Windows color (decimal): -15592905 or 3609106. OLE color: 3609106.

HSL color Cylindrical-coordinate representation of color #121237: hue angle of 240º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121237 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB181855-
CMYK0.670.6700.78
HSL240º50.68%14.31%-
HSV(B)240º67.27%21.57%-
XYZ1.160.843.72-
YUV22.22146.5124.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 55 (21.88% from 255) = 60.44%
R=19.78%
G=19.78%
B=60.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1818550.670.6700.7824050.6814.31
Hex121237434304Ef033e
Octal22226710310301163606316
Binary10010100101101111000011100001101001110111100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121237; }

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

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

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

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

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

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

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

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