Html Css Color HEX #18253C Midnight Express

📋 copy color: '#18253C'

red 24 ◦ green 37 ◦ blue 60

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

Shades of Midnight Express #18253C

Tints of Midnight Express #18253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 49.59%

R = 19.83%
G = 30.58%
B = 49.59%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18253C (or 0x18253C) is known color: Midnight Express. HEX triplet: 18, 25 and 3C. RGB value is (24,37,60). Sum of RGB (Red+Green+Blue) = 24+37+60=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #18253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18253C is #E7DAC3. Grayscale: #232323. Windows color (decimal): -15194820 or 3941656. OLE color: 3941656.

HSL color Cylindrical-coordinate representation of color #18253C: hue angle of 218.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18253C is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 37 60 -
CMYK 0.60 0.38 0 0.76
HSL 218.33º 0.43% 0.16% -
HSV(B) 218.33º 0.6% 0.24% -
XYZ 1.85 1.84 4.53 -
YUV 35.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 24 37 60 0.60 0.38 0 0.76 218.33 0.43 0.16
Hex 18 25 3C 3C 26 0 4C DA 2B 10
Octal 30 45 74 74 46 0 114 332 53 20
Binary 11000 100101 111100 111100 100110 0 1001100 11011010 101011 10000

Color Harmonies of #18253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18253C

Black with #18253C

Text Example


Text Example

White with #18253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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