Html Css Color HEX #122049 Midnight Express

📋 copy color: '#122049'

red 18 ◦ green 32 ◦ blue 73

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

Shades of Midnight Express #122049

Tints of Midnight Express #122049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

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

R = 14.63%
G = 26.02%
B = 59.35%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122049 (or 0x122049) is known color: Midnight Express. HEX triplet: 12, 20 and 49. RGB value is (18,32,73). Sum of RGB (Red+Green+Blue) = 18+32+73=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #122049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122049 is #EDDFB6. Grayscale: #202020. Windows color (decimal): -15589303 or 4792338. OLE color: 4792338.

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

Color convert

RGB 18 32 73 -
CMYK 0.75 0.56 0 0.71
HSL 224.73º 0.6% 0.18% -
HSV(B) 224.73º 0.75% 0.29% -
XYZ 1.97 1.64 6.52 -
YUV 32.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 18 32 73 0.75 0.56 0 0.71 224.73 0.6 0.18
Hex 12 20 49 4B 38 0 47 E1 3C 12
Octal 22 40 111 113 70 0 107 341 74 22
Binary 10010 100000 1001001 1001011 111000 0 1000111 11100001 111100 10010

Color Harmonies of #122049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122049

Black with #122049

Text Example


Text Example

White with #122049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122049; }

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

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

background-color css

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

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

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

border-color css

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

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

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