#121448

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

Shades of Midnight Express #121448

Tints of Midnight Express #121448

Color information

#121448 (or 0x121448) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 48. RGB value is (18,20,72). Sum of RGB (Red+Green+Blue) = 18+20+72=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #121448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121448 is #EDEBB7. Grayscale: #191919. Windows color (decimal): -15592376 or 4723730. OLE color: 4723730.

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

Color convert

RGB182072-
CMYK0.750.7200.72
HSL237.78º60%17.65%-
HSV(B)237.78º75%28.24%-
XYZ1.671.16.25-
YUV25.33154.34122.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=16.36%
G=18.18%
B=65.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1820720.750.7200.72237.786017.65
Hex1214484B48048ee3c12
Octal222411011311001103567422
Binary1001010100100100010010111001000010010001110111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121448; }

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

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

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

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

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

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

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

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