Html Css Color HEX #18193A Midnight Express

📋 copy color: '#18193A'

red 24 ◦ green 25 ◦ blue 58

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

Shades of Midnight Express #18193A

Tints of Midnight Express #18193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.36%

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

R = 22.43%
G = 23.36%
B = 54.21%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18193A (or 0x18193A) is known color: Midnight Express. HEX triplet: 18, 19 and 3A. RGB value is (24,25,58). Sum of RGB (Red+Green+Blue) = 24+25+58=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #18193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18193A is #E7E6C5. Grayscale: #1C1C1C. Windows color (decimal): -15197894 or 3807512. OLE color: 3807512.

HSL color Cylindrical-coordinate representation of color #18193A: hue angle of 238.24º 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 #18193A is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 25 58 -
CMYK 0.59 0.57 0 0.77
HSL 238.24º 0.41% 0.16% -
HSV(B) 238.24º 0.59% 0.23% -
XYZ 1.49 1.19 4.16 -
YUV 28.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 24 25 58 0.59 0.57 0 0.77 238.24 0.41 0.16
Hex 18 19 3A 3B 39 0 4D EE 29 10
Octal 30 31 72 73 71 0 115 356 51 20
Binary 11000 11001 111010 111011 111001 0 1001101 11101110 101001 10000

Color Harmonies of #18193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18193A

Black with #18193A

Text Example


Text Example

White with #18193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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