#122248

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

Shades of Midnight Express #122248

Tints of Midnight Express #122248

Color information

#122248 (or 0x122248) is unknown color: approx Midnight Express. HEX triplet: 12, 22 and 48. RGB value is (18,34,72). Sum of RGB (Red+Green+Blue) = 18+34+72=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #122248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122248 is #EDDDB7. Grayscale: #212121. Windows color (decimal): -15588792 or 4727314. OLE color: 4727314.

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

Color convert

RGB183472-
CMYK0.750.5300.72
HSL222.22º60%17.65%-
HSV(B)222.22º75%28.24%-
XYZ1.991.746.36-
YUV33.55149.7116.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 72 (28.52% from 255) = 58.06%
R=14.52%
G=27.42%
B=58.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1834720.750.5300.72222.226017.65
Hex1222484B35048de3c12
Octal22421101136501103367422
Binary1001010001010010001001011110101010010001101111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122248; }

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

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

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

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

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

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

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

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