#121D48

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

Shades of Midnight Express #121D48

Tints of Midnight Express #121D48

Color information

#121D48 (or 0x121D48) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 48. RGB value is (18,29,72). Sum of RGB (Red+Green+Blue) = 18+29+72=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #121D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D48 is #EDE2B7. Grayscale: #1E1E1E. Windows color (decimal): -15590072 or 4726034. OLE color: 4726034.

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

Color convert

RGB182972-
CMYK0.750.6000.72
HSL227.78º60%17.65%-
HSV(B)227.78º75%28.24%-
XYZ1.861.486.32-
YUV30.61151.36119-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 72 (28.52% from 255) = 60.50%
R=15.13%
G=24.37%
B=60.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1829720.750.6000.72227.786017.65
Hex121D484B3C048e43c12
Octal22351101137401103447422
Binary100101110110010001001011111100010010001110010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D48; }

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

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

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

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

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

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

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

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