Html Css Color HEX #121932 Midnight Express

📋 copy color: '#121932'

red 18 ◦ green 25 ◦ blue 50

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

Shades of Midnight Express #121932

Tints of Midnight Express #121932

RGB

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

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

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

R = 19.35%
G = 26.88%
B = 53.76%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121932 (or 0x121932) is known color: Midnight Express. HEX triplet: 12, 19 and 32. RGB value is (18,25,50). Sum of RGB (Red+Green+Blue) = 18+25+50=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #121932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121932 is #EDE6CD. Grayscale: #191919. Windows color (decimal): -15591118 or 3283218. OLE color: 3283218.

HSL color Cylindrical-coordinate representation of color #121932: hue angle of 226.88º 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 #121932 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 25 50 -
CMYK 0.64 0.50 0 0.80
HSL 226.88º 0.47% 0.13% -
HSV(B) 226.88º 0.64% 0.2% -
XYZ 1.17 1.05 3.16 -
YUV 25.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 18 25 50 0.64 0.50 0 0.80 226.88 0.47 0.13
Hex 12 19 32 40 32 0 50 E3 2F D
Octal 22 31 62 100 62 0 120 343 57 15
Binary 10010 11001 110010 1000000 110010 0 1010000 11100011 101111 1101

Color Harmonies of #121932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121932

Black with #121932

Text Example


Text Example

White with #121932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121932; }

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

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

background-color css

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

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

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

border-color css

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

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

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