Html Css Color HEX #121F49 Midnight Express

📋 copy color: '#121F49'

red 18 ◦ green 31 ◦ blue 73

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

Shades of Midnight Express #121F49

Tints of Midnight Express #121F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.41%

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

R = 14.75%
G = 25.41%
B = 59.84%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121F49 (or 0x121F49) is known color: Midnight Express. HEX triplet: 12, 1F and 49. RGB value is (18,31,73). Sum of RGB (Red+Green+Blue) = 18+31+73=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #121F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F49 is #EDE0B6. Grayscale: #1F1F1F. Windows color (decimal): -15589559 or 4792082. OLE color: 4792082.

HSL color Cylindrical-coordinate representation of color #121F49: hue angle of 225.82º 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 #121F49 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 31 73 -
CMYK 0.75 0.58 0 0.71
HSL 225.82º 0.6% 0.18% -
HSV(B) 225.82º 0.75% 0.29% -
XYZ 1.94 1.59 6.51 -
YUV 31.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 18 31 73 0.75 0.58 0 0.71 225.82 0.6 0.18
Hex 12 1F 49 4B 3A 0 47 E2 3C 12
Octal 22 37 111 113 72 0 107 342 74 22
Binary 10010 11111 1001001 1001011 111010 0 1000111 11100010 111100 10010

Color Harmonies of #121F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F49

Black with #121F49

Text Example


Text Example

White with #121F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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