Html Css Color HEX #18193F Midnight Express

📋 copy color: '#18193F'

red 24 ◦ green 25 ◦ blue 63

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

Shades of Midnight Express #18193F

Tints of Midnight Express #18193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 56.25%

R = 21.43%
G = 22.32%
B = 56.25%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18193F (or 0x18193F) is known color: Midnight Express. HEX triplet: 18, 19 and 3F. RGB value is (24,25,63). Sum of RGB (Red+Green+Blue) = 24+25+63=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #18193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18193F is #E7E6C0. Grayscale: #1C1C1C. Windows color (decimal): -15197889 or 4135192. OLE color: 4135192.

HSL color Cylindrical-coordinate representation of color #18193F: hue angle of 238.46º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18193F is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 25 63 -
CMYK 0.62 0.60 0 0.75
HSL 238.46º 0.45% 0.17% -
HSV(B) 238.46º 0.62% 0.25% -
XYZ 1.62 1.25 4.86 -
YUV 29.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 24 25 63 0.62 0.60 0 0.75 238.46 0.45 0.17
Hex 18 19 3F 3E 3C 0 4B EE 2D 11
Octal 30 31 77 76 74 0 113 356 55 21
Binary 11000 11001 111111 111110 111100 0 1001011 11101110 101101 10001

Color Harmonies of #18193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18193F

Black with #18193F

Text Example


Text Example

White with #18193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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