Html Css Color HEX #122149 Midnight Express

📋 copy color: '#122149'

red 18 ◦ green 33 ◦ blue 73

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

Shades of Midnight Express #122149

Tints of Midnight Express #122149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

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

R = 14.52%
G = 26.61%
B = 58.87%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122149 (or 0x122149) is known color: Midnight Express. HEX triplet: 12, 21 and 49. RGB value is (18,33,73). Sum of RGB (Red+Green+Blue) = 18+33+73=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #122149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122149 is #EDDEB6. Grayscale: #202020. Windows color (decimal): -15589047 or 4792594. OLE color: 4792594.

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

Color convert

RGB 18 33 73 -
CMYK 0.75 0.55 0 0.71
HSL 223.64º 0.6% 0.18% -
HSV(B) 223.64º 0.75% 0.29% -
XYZ 2 1.7 6.53 -
YUV 33.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 18 33 73 0.75 0.55 0 0.71 223.64 0.6 0.18
Hex 12 21 49 4B 37 0 47 E0 3C 12
Octal 22 41 111 113 67 0 107 340 74 22
Binary 10010 100001 1001001 1001011 110111 0 1000111 11100000 111100 10010

Color Harmonies of #122149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122149

Black with #122149

Text Example


Text Example

White with #122149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122149; }

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

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

background-color css

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

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

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

border-color css

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

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

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