#18254D

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

Shades of Midnight Express #18254D

Tints of Midnight Express #18254D

Color information

#18254D (or 0x18254D) is unknown color: approx Midnight Express. HEX triplet: 18, 25 and 4D. RGB value is (24,37,77). Sum of RGB (Red+Green+Blue) = 24+37+77=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #18254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18254D is #E7DAB2. Grayscale: #252525. Windows color (decimal): -15194803 or 5055768. OLE color: 5055768.

HSL color Cylindrical-coordinate representation of color #18254D: hue angle of 225.28º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18254D is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB243777-
CMYK0.690.5200.70
HSL225.28º52.48%19.8%-
HSV(B)225.28º68.83%30.2%-
XYZ2.382.057.29-
YUV37.67150.19118.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=17.39%
G=26.81%
B=55.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2437770.690.5200.70225.2852.4819.8
Hex18254D4534046e13414
Octal30451151056401063416424
Binary1100010010110011011000101110100010001101110000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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