Html Css Color HEX #121C49 Midnight Express

📋 copy color: '#121C49'

red 18 ◦ green 28 ◦ blue 73

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

Shades of Midnight Express #121C49

Tints of Midnight Express #121C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.53%

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

R = 15.13%
G = 23.53%
B = 61.34%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121C49 (or 0x121C49) is known color: Midnight Express. HEX triplet: 12, 1C and 49. RGB value is (18,28,73). Sum of RGB (Red+Green+Blue) = 18+28+73=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #121C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C49 is #EDE3B6. Grayscale: #1D1D1D. Windows color (decimal): -15590327 or 4791314. OLE color: 4791314.

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

Color convert

RGB 18 28 73 -
CMYK 0.75 0.62 0 0.71
HSL 229.09º 0.6% 0.18% -
HSV(B) 229.09º 0.75% 0.29% -
XYZ 1.87 1.44 6.48 -
YUV 30.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 18 28 73 0.75 0.62 0 0.71 229.09 0.6 0.18
Hex 12 1C 49 4B 3E 0 47 E5 3C 12
Octal 22 34 111 113 76 0 107 345 74 22
Binary 10010 11100 1001001 1001011 111110 0 1000111 11100101 111100 10010

Color Harmonies of #121C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C49

Black with #121C49

Text Example


Text Example

White with #121C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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