Html Css Color HEX #122949 Midnight

📋 copy color: '#122949'

red 18 ◦ green 41 ◦ blue 73

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

Shades of Midnight #122949

Tints of Midnight #122949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

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

R = 13.64%
G = 31.06%
B = 55.3%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#122949 (or 0x122949) is known color: Midnight. HEX triplet: 12, 29 and 49. RGB value is (18,41,73). Sum of RGB (Red+Green+Blue) = 18+41+73=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #122949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122949 is #EDD6B6. Grayscale: #252525. Windows color (decimal): -15586999 or 4794642. OLE color: 4794642.

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

Color convert

RGB 18 41 73 -
CMYK 0.75 0.44 0 0.71
HSL 214.91º 0.6% 0.18% -
HSV(B) 214.91º 0.75% 0.29% -
XYZ 2.24 2.2 6.61 -
YUV 37.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 18 41 73 0.75 0.44 0 0.71 214.91 0.6 0.18
Hex 12 29 49 4B 2C 0 47 D7 3C 12
Octal 22 51 111 113 54 0 107 327 74 22
Binary 10010 101001 1001001 1001011 101100 0 1000111 11010111 111100 10010

Color Harmonies of #122949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122949

Black with #122949

Text Example


Text Example

White with #122949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122949; }

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

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

background-color css

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

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

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

border-color css

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

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

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