Html Css Color HEX #122349 Midnight Express

📋 copy color: '#122349'

red 18 ◦ green 35 ◦ blue 73

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

Shades of Midnight Express #122349

Tints of Midnight Express #122349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

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

R = 14.29%
G = 27.78%
B = 57.94%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122349 (or 0x122349) is known color: Midnight Express. HEX triplet: 12, 23 and 49. RGB value is (18,35,73). Sum of RGB (Red+Green+Blue) = 18+35+73=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #122349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122349 is #EDDCB6. Grayscale: #222222. Windows color (decimal): -15588535 or 4793106. OLE color: 4793106.

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

Color convert

RGB 18 35 73 -
CMYK 0.75 0.52 0 0.71
HSL 221.45º 0.6% 0.18% -
HSV(B) 221.45º 0.75% 0.29% -
XYZ 2.05 1.81 6.54 -
YUV 34.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 18 35 73 0.75 0.52 0 0.71 221.45 0.6 0.18
Hex 12 23 49 4B 34 0 47 DD 3C 12
Octal 22 43 111 113 64 0 107 335 74 22
Binary 10010 100011 1001001 1001011 110100 0 1000111 11011101 111100 10010

Color Harmonies of #122349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122349

Black with #122349

Text Example


Text Example

White with #122349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122349; }

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

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

background-color css

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

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

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

border-color css

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

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

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