#121241

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

Shades of Midnight Express #121241

Tints of Midnight Express #121241

Color information

#121241 (or 0x121241) is unknown color: approx Midnight Express. HEX triplet: 12, 12 and 41. RGB value is (18,18,65). Sum of RGB (Red+Green+Blue) = 18+18+65=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #121241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121241 is #EDEDBE. Grayscale: #171717. Windows color (decimal): -15592895 or 4264466. OLE color: 4264466.

HSL color Cylindrical-coordinate representation of color #121241: hue angle of 240º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121241 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB181865-
CMYK0.720.7200.75
HSL240º56.63%16.27%-
HSV(B)240º72.31%25.49%-
XYZ1.420.945.11-
YUV23.36151.5124.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=17.82%
G=17.82%
B=64.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1818650.720.7200.7524056.6316.27
Hex121241484804Bf03910
Octal222210111011001133607120
Binary1001010010100000110010001001000010010111111000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121241; }

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

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

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

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

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

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

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

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