Html Css Color HEX #18193D Midnight Express

📋 copy color: '#18193D'

red 24 ◦ green 25 ◦ blue 61

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

Shades of Midnight Express #18193D

Tints of Midnight Express #18193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 55.45%

R = 21.82%
G = 22.73%
B = 55.45%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18193D (or 0x18193D) is known color: Midnight Express. HEX triplet: 18, 19 and 3D. RGB value is (24,25,61). Sum of RGB (Red+Green+Blue) = 24+25+61=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #18193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18193D is #E7E6C2. Grayscale: #1C1C1C. Windows color (decimal): -15197891 or 4004120. OLE color: 4004120.

HSL color Cylindrical-coordinate representation of color #18193D: hue angle of 238.38º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18193D is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 25 61 -
CMYK 0.61 0.59 0 0.76
HSL 238.38º 0.44% 0.17% -
HSV(B) 238.38º 0.61% 0.24% -
XYZ 1.57 1.23 4.57 -
YUV 28.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 24 25 61 0.61 0.59 0 0.76 238.38 0.44 0.17
Hex 18 19 3D 3D 3B 0 4C EE 2C 11
Octal 30 31 75 75 73 0 114 356 54 21
Binary 11000 11001 111101 111101 111011 0 1001100 11101110 101100 10001

Color Harmonies of #18193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18193D

Black with #18193D

Text Example


Text Example

White with #18193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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