#121044

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

Shades of Midnight Express #121044

Tints of Midnight Express #121044

Color information

#121044 (or 0x121044) is unknown color: approx Midnight Express. HEX triplet: 12, 10 and 44. RGB value is (18,16,68). Sum of RGB (Red+Green+Blue) = 18+16+68=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 68 (26.95% from 255 or 66.67% from 102); Max value from RGB is 68 - color contains mainly: blue. Hex color #121044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121044 is #EDEFBB. Grayscale: #161616. Windows color (decimal): -15593404 or 4460562. OLE color: 4460562.

HSL color Cylindrical-coordinate representation of color #121044: hue angle of 242.31º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121044 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB181668-
CMYK0.740.7600.73
HSL242.31º61.9%16.47%-
HSV(B)242.31º76.47%26.67%-
XYZ1.480.925.57-
YUV22.53153.66124.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 68 (26.95% from 255) = 66.67%
R=17.65%
G=15.69%
B=66.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1816680.740.7600.73242.3161.916.47
Hex1210444A4C049f23e10
Octal222010411211401113627620
Binary1001010000100010010010101001100010010011111001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121044; }

 p { color: rgb(18,16,68); }

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

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

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

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

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

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

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