#182246

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

Shades of Midnight Express #182246

Tints of Midnight Express #182246

Color information

#182246 (or 0x182246) is unknown color: approx Midnight Express. HEX triplet: 18, 22 and 46. RGB value is (24,34,70). Sum of RGB (Red+Green+Blue) = 24+34+70=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #182246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182246 is #E7DDB9. Grayscale: #222222. Windows color (decimal): -15195578 or 4596248. OLE color: 4596248.

HSL color Cylindrical-coordinate representation of color #182246: hue angle of 226.96º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #182246 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB243470-
CMYK0.660.5100.73
HSL226.96º48.94%18.43%-
HSV(B)226.96º65.71%27.45%-
XYZ2.051.786.03-
YUV35.11147.69120.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=18.75%
G=26.56%
B=54.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2434700.660.5100.73226.9648.9418.43
Hex1822464233049e33112
Octal30421061026301113436122
Binary1100010001010001101000010110011010010011110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182246; }

 p { color: rgb(24,34,70); }

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

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

 a { background-color: rgb(24,34,70); }

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

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

 span { border-color: rgb(24,34,70); }

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