#121748

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

Shades of Midnight Express #121748

Tints of Midnight Express #121748

Color information

#121748 (or 0x121748) is unknown color: approx Midnight Express. HEX triplet: 12, 17 and 48. RGB value is (18,23,72). Sum of RGB (Red+Green+Blue) = 18+23+72=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #121748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121748 is #EDE8B7. Grayscale: #1A1A1A. Windows color (decimal): -15591608 or 4724498. OLE color: 4724498.

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

Color convert

RGB182372-
CMYK0.750.6800.72
HSL234.44º60%17.65%-
HSV(B)234.44º75%28.24%-
XYZ1.731.216.27-
YUV27.09153.34121.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=15.93%
G=20.35%
B=63.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1823720.750.6800.72234.446017.65
Hex1217484B44048ea3c12
Octal222711011310401103527422
Binary1001010111100100010010111000100010010001110101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121748; }

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

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

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

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

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

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

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

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