Html Css Color HEX #121A32 Midnight Express

📋 copy color: '#121A32'

red 18 ◦ green 26 ◦ blue 50

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

Shades of Midnight Express #121A32

Tints of Midnight Express #121A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

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

R = 19.15%
G = 27.66%
B = 53.19%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121A32 (or 0x121A32) is known color: Midnight Express. HEX triplet: 12, 1A and 32. RGB value is (18,26,50). Sum of RGB (Red+Green+Blue) = 18+26+50=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #121A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A32 is #EDE5CD. Grayscale: #1A1A1A. Windows color (decimal): -15590862 or 3283474. OLE color: 3283474.

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

Color convert

RGB 18 26 50 -
CMYK 0.64 0.48 0 0.80
HSL 225º 0.47% 0.13% -
HSV(B) 225º 0.64% 0.2% -
XYZ 1.19 1.1 3.17 -
YUV 26.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 18 26 50 0.64 0.48 0 0.80 225 0.47 0.13
Hex 12 1A 32 40 30 0 50 E1 2F D
Octal 22 32 62 100 60 0 120 341 57 15
Binary 10010 11010 110010 1000000 110000 0 1010000 11100001 101111 1101

Color Harmonies of #121A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A32

Black with #121A32

Text Example


Text Example

White with #121A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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