#18274D

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

Shades of Midnight Express #18274D

Tints of Midnight Express #18274D

Color information

#18274D (or 0x18274D) is unknown color: approx Midnight Express. HEX triplet: 18, 27 and 4D. RGB value is (24,39,77). Sum of RGB (Red+Green+Blue) = 24+39+77=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #18274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18274D is #E7D8B2. Grayscale: #262626. Windows color (decimal): -15194291 or 5056280. OLE color: 5056280.

HSL color Cylindrical-coordinate representation of color #18274D: hue angle of 223.02º 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 #18274D is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB243977-
CMYK0.690.4900.70
HSL223.02º52.48%19.8%-
HSV(B)223.02º68.83%30.2%-
XYZ2.442.187.31-
YUV38.85149.53117.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 77 (30.47% from 255) = 55%
R=17.14%
G=27.86%
B=55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2439770.690.4900.70223.0252.4819.8
Hex18274D4531046df3414
Octal30471151056101063376424
Binary1100010011110011011000101110001010001101101111111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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