Html Css Color HEX #122249 Midnight Express

📋 copy color: '#122249'

red 18 ◦ green 34 ◦ blue 73

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

Shades of Midnight Express #122249

Tints of Midnight Express #122249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.2%

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

R = 14.4%
G = 27.2%
B = 58.4%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122249 (or 0x122249) is known color: Midnight Express. HEX triplet: 12, 22 and 49. RGB value is (18,34,73). Sum of RGB (Red+Green+Blue) = 18+34+73=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #122249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122249 is #EDDDB6. Grayscale: #212121. Windows color (decimal): -15588791 or 4792850. OLE color: 4792850.

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

Color convert

RGB 18 34 73 -
CMYK 0.75 0.53 0 0.71
HSL 222.55º 0.6% 0.18% -
HSV(B) 222.55º 0.75% 0.29% -
XYZ 2.02 1.75 6.54 -
YUV 33.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 18 34 73 0.75 0.53 0 0.71 222.55 0.6 0.18
Hex 12 22 49 4B 35 0 47 DF 3C 12
Octal 22 42 111 113 65 0 107 337 74 22
Binary 10010 100010 1001001 1001011 110101 0 1000111 11011111 111100 10010

Color Harmonies of #122249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122249

Black with #122249

Text Example


Text Example

White with #122249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122249; }

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

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

background-color css

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

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

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

border-color css

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

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

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