#122348

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

Shades of Midnight Express #122348

Tints of Midnight Express #122348

Color information

#122348 (or 0x122348) is unknown color: approx Midnight Express. HEX triplet: 12, 23 and 48. RGB value is (18,35,72). Sum of RGB (Red+Green+Blue) = 18+35+72=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #122348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122348 is #EDDCB7. Grayscale: #212121. Windows color (decimal): -15588536 or 4727570. OLE color: 4727570.

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

Color convert

RGB183572-
CMYK0.750.5100.72
HSL221.11º60%17.65%-
HSV(B)221.11º75%28.24%-
XYZ2.021.86.37-
YUV34.14149.37116.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 72 (28.52% from 255) = 57.6%
R=14.4%
G=28%
B=57.6%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1835720.750.5100.72221.116017.65
Hex1223484B33048dd3c12
Octal22431101136301103357422
Binary1001010001110010001001011110011010010001101110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122348; }

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

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

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

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

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

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

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

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