#121248

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

Shades of Midnight Express #121248

Tints of Midnight Express #121248

Color information

#121248 (or 0x121248) is unknown color: approx Midnight Express. HEX triplet: 12, 12 and 48. RGB value is (18,18,72). Sum of RGB (Red+Green+Blue) = 18+18+72=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #121248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121248 is #EDEDB7. Grayscale: #171717. Windows color (decimal): -15592888 or 4723218. OLE color: 4723218.

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

Color convert

RGB181872-
CMYK0.750.7500.72
HSL240º60%17.65%-
HSV(B)240º75%28.24%-
XYZ1.641.036.24-
YUV24.16155123.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 72 (28.52% from 255) = 66.67%
R=16.67%
G=16.67%
B=66.67%

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
Decimal1818720.750.7500.722406017.65
Hex1212484B4B048f03c12
Octal222211011311301103607422
Binary1001010010100100010010111001011010010001111000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121248; }

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

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

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

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

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

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

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

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