#18254B

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

Shades of Midnight Express #18254B

Tints of Midnight Express #18254B

Color information

#18254B (or 0x18254B) is unknown color: approx Midnight Express. HEX triplet: 18, 25 and 4B. RGB value is (24,37,75). Sum of RGB (Red+Green+Blue) = 24+37+75=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #18254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18254B is #E7DAB4. Grayscale: #252525. Windows color (decimal): -15194805 or 4924696. OLE color: 4924696.

HSL color Cylindrical-coordinate representation of color #18254B: hue angle of 224.71º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18254B is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB243775-
CMYK0.680.5100.71
HSL224.71º51.52%19.41%-
HSV(B)224.71º68%29.41%-
XYZ2.312.036.93-
YUV37.44149.19118.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=17.65%
G=27.21%
B=55.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2437750.680.5100.71224.7151.5219.41
Hex18254B4433047e13413
Octal30451131046301073416423
Binary1100010010110010111000100110011010001111110000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18254B; }

 p { color: rgb(24,37,75); }

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

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

 a { background-color: rgb(24,37,75); }

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

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

 span { border-color: rgb(24,37,75); }

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