Html Css Color HEX #121A49 Midnight Express

📋 copy color: '#121A49'

red 18 ◦ green 26 ◦ blue 73

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

Shades of Midnight Express #121A49

Tints of Midnight Express #121A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 62.39%

R = 15.38%
G = 22.22%
B = 62.39%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121A49 (or 0x121A49) is known color: Midnight Express. HEX triplet: 12, 1A and 49. RGB value is (18,26,73). Sum of RGB (Red+Green+Blue) = 18+26+73=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #121A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A49 is #EDE5B6. Grayscale: #1C1C1C. Windows color (decimal): -15590839 or 4790802. OLE color: 4790802.

HSL color Cylindrical-coordinate representation of color #121A49: hue angle of 231.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121A49 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 26 73 -
CMYK 0.75 0.64 0 0.71
HSL 231.27º 0.6% 0.18% -
HSV(B) 231.27º 0.75% 0.29% -
XYZ 1.82 1.35 6.47 -
YUV 28.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 18 26 73 0.75 0.64 0 0.71 231.27 0.6 0.18
Hex 12 1A 49 4B 40 0 47 E7 3C 12
Octal 22 32 111 113 100 0 107 347 74 22
Binary 10010 11010 1001001 1001011 1000000 0 1000111 11100111 111100 10010

Color Harmonies of #121A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A49

Black with #121A49

Text Example


Text Example

White with #121A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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