Html Css Color HEX #181946 Midnight Express

📋 copy color: '#181946'

red 24 ◦ green 25 ◦ blue 70

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

Shades of Midnight Express #181946

Tints of Midnight Express #181946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 58.82%

R = 20.17%
G = 21.01%
B = 58.82%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#181946 (or 0x181946) is known color: Midnight Express. HEX triplet: 18, 19 and 46. RGB value is (24,25,70). Sum of RGB (Red+Green+Blue) = 24+25+70=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #181946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181946 is #E7E6B9. Grayscale: #1D1D1D. Windows color (decimal): -15197882 or 4593944. OLE color: 4593944.

HSL color Cylindrical-coordinate representation of color #181946: hue angle of 238.7º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #181946 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 25 70 -
CMYK 0.66 0.64 0 0.73
HSL 238.7º 0.49% 0.18% -
HSV(B) 238.7º 0.66% 0.27% -
XYZ 1.83 1.33 5.95 -
YUV 29.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 24 25 70 0.66 0.64 0 0.73 238.7 0.49 0.18
Hex 18 19 46 42 40 0 49 EF 31 12
Octal 30 31 106 102 100 0 111 357 61 22
Binary 11000 11001 1000110 1000010 1000000 0 1001001 11101111 110001 10010

Color Harmonies of #181946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181946

Black with #181946

Text Example


Text Example

White with #181946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181946; }

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

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

background-color css

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

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

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

border-color css

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

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

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