#182248

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

Shades of Midnight Express #182248

Tints of Midnight Express #182248

Color information

#182248 (or 0x182248) is unknown color: approx Midnight Express. HEX triplet: 18, 22 and 48. RGB value is (24,34,72). Sum of RGB (Red+Green+Blue) = 24+34+72=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #182248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182248 is #E7DDB7. Grayscale: #232323. Windows color (decimal): -15195576 or 4727320. OLE color: 4727320.

HSL color Cylindrical-coordinate representation of color #182248: hue angle of 227.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182248 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB243472-
CMYK0.670.5300.72
HSL227.5º50%18.82%-
HSV(B)227.5º66.67%28.24%-
XYZ2.121.816.37-
YUV35.34148.69119.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=18.46%
G=26.15%
B=55.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2434720.670.5300.72227.55018.82
Hex1822484335048e43213
Octal30421101036501103446223
Binary1100010001010010001000011110101010010001110010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182248; }

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

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

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

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

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

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

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

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