Html Css Color HEX #122549 Midnight Express

📋 copy color: '#122549'

red 18 ◦ green 37 ◦ blue 73

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

Shades of Midnight Express #122549

Tints of Midnight Express #122549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 14.06%
G = 28.91%
B = 57.03%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122549 (or 0x122549) is known color: Midnight Express. HEX triplet: 12, 25 and 49. RGB value is (18,37,73). Sum of RGB (Red+Green+Blue) = 18+37+73=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #122549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122549 is #EDDAB6. Grayscale: #232323. Windows color (decimal): -15588023 or 4793618. OLE color: 4793618.

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

Color convert

RGB 18 37 73 -
CMYK 0.75 0.49 0 0.71
HSL 219.27º 0.6% 0.18% -
HSV(B) 219.27º 0.75% 0.29% -
XYZ 2.11 1.93 6.56 -
YUV 35.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 18 37 73 0.75 0.49 0 0.71 219.27 0.6 0.18
Hex 12 25 49 4B 31 0 47 DB 3C 12
Octal 22 45 111 113 61 0 107 333 74 22
Binary 10010 100101 1001001 1001011 110001 0 1000111 11011011 111100 10010

Color Harmonies of #122549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122549

Black with #122549

Text Example


Text Example

White with #122549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122549; }

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

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

background-color css

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

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

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

border-color css

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

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

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