Html Css Color HEX #18253A Midnight Express

📋 copy color: '#18253A'

red 24 ◦ green 37 ◦ blue 58

#18253A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #18253A

Tints of Midnight Express #18253A

RGB

 RED value IS 24 (9.77% from 255) = 20.17%

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 58 (23.05% from 255) = 48.74%

R = 20.17%
G = 31.09%
B = 48.74%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18253A (or 0x18253A) is known color: Midnight Express. HEX triplet: 18, 25 and 3A. RGB value is (24,37,58). Sum of RGB (Red+Green+Blue) = 24+37+58=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #18253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18253A is #E7DAC5. Grayscale: #232323. Windows color (decimal): -15194822 or 3810584. OLE color: 3810584.

HSL color Cylindrical-coordinate representation of color #18253A: hue angle of 217.06º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18253A is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 37 58 -
CMYK 0.59 0.36 0 0.77
HSL 217.06º 0.41% 0.16% -
HSV(B) 217.06º 0.59% 0.23% -
XYZ 1.8 1.82 4.26 -
YUV 35.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 24 37 58 0.59 0.36 0 0.77 217.06 0.41 0.16
Hex 18 25 3A 3B 24 0 4D D9 29 10
Octal 30 45 72 73 44 0 115 331 51 20
Binary 11000 100101 111010 111011 100100 0 1001101 11011001 101001 10000

Color Harmonies of #18253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18253A

Black with #18253A

Text Example


Text Example

White with #18253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18253A; }

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

 H1.HeaderClassName
 {
   color: #18253A;
 }
 .AnyTagClassName
 {
   color: #18253A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #18253A;
 }
 .BgClassName
 {
   background-color: #18253A;
 }
</style>

border-color css

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

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

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