Html Css Color HEX #121732 Midnight Express

📋 copy color: '#121732'

red 18 ◦ green 23 ◦ blue 50

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

Shades of Midnight Express #121732

Tints of Midnight Express #121732

RGB

 RED value IS 18 (7.42% from 255) = 19.78%

 GREEN value IS 23 (9.38% from 255) = 25.27%

 BLUE value IS 50 (19.92% from 255) = 54.95%

R = 19.78%
G = 25.27%
B = 54.95%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121732 (or 0x121732) is known color: Midnight Express. HEX triplet: 12, 17 and 32. RGB value is (18,23,50). Sum of RGB (Red+Green+Blue) = 18+23+50=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #121732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121732 is #EDE8CD. Grayscale: #181818. Windows color (decimal): -15591630 or 3282706. OLE color: 3282706.

HSL color Cylindrical-coordinate representation of color #121732: hue angle of 230.62º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121732 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 23 50 -
CMYK 0.64 0.54 0 0.80
HSL 230.63º 0.47% 0.13% -
HSV(B) 230.63º 0.64% 0.2% -
XYZ 1.13 0.97 3.15 -
YUV 24.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 18 23 50 0.64 0.54 0 0.80 230.63 0.47 0.13
Hex 12 17 32 40 36 0 50 E7 2F D
Octal 22 27 62 100 66 0 120 347 57 15
Binary 10010 10111 110010 1000000 110110 0 1010000 11100111 101111 1101

Color Harmonies of #121732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121732

Black with #121732

Text Example


Text Example

White with #121732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121732; }

 p { color: rgb(18,23,50); }

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

background-color css

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

 a { background-color: rgb(18,23,50); }

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

border-color css

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

 span { border-color: rgb(18,23,50); }

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