Html Css Color HEX #121D50 Midnight Express

📋 copy color: '#121D50'

red 18 ◦ green 29 ◦ blue 80

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

Shades of Midnight Express #121D50

Tints of Midnight Express #121D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

 BLUE value IS 80 (31.64% from 255) = 62.99%

R = 14.17%
G = 22.83%
B = 62.99%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121D50 (or 0x121D50) is known color: Midnight Express. HEX triplet: 12, 1D and 50. RGB value is (18,29,80). Sum of RGB (Red+Green+Blue) = 18+29+80=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #121D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D50 is #EDE2AF. Grayscale: #1F1F1F. Windows color (decimal): -15590064 or 5250322. OLE color: 5250322.

HSL color Cylindrical-coordinate representation of color #121D50: hue angle of 229.35º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121D50 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 29 80 -
CMYK 0.78 0.64 0 0.69
HSL 229.35º 0.63% 0.19% -
HSV(B) 229.35º 0.78% 0.31% -
XYZ 2.14 1.59 7.78 -
YUV 31.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 18 29 80 0.78 0.64 0 0.69 229.35 0.63 0.19
Hex 12 1D 50 4E 40 0 45 E5 3F 13
Octal 22 35 120 116 100 0 105 345 77 23
Binary 10010 11101 1010000 1001110 1000000 0 1000101 11100101 111111 10011

Color Harmonies of #121D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D50

Black with #121D50

Text Example


Text Example

White with #121D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,80); }

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

background-color css

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

 a { background-color: rgb(18,29,80); }

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

border-color css

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

 span { border-color: rgb(18,29,80); }

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