Html Css Color HEX #112949 Midnight

📋 copy color: '#112949'

red 17 ◦ green 41 ◦ blue 73

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

Shades of Midnight #112949

Tints of Midnight #112949

RGB

 RED value IS 17 (7.03% from 255) = 12.98%

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

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

R = 12.98%
G = 31.3%
B = 55.73%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112949 (or 0x112949) is known color: Midnight. HEX triplet: 11, 29 and 49. RGB value is (17,41,73). Sum of RGB (Red+Green+Blue) = 17+41+73=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #112949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112949 is #EED6B6. Grayscale: #252525. Windows color (decimal): -15652535 or 4794641. OLE color: 4794641.

HSL color Cylindrical-coordinate representation of color #112949: hue angle of 214.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #112949 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 41 73 -
CMYK 0.77 0.44 0 0.71
HSL 214.29º 0.62% 0.18% -
HSV(B) 214.29º 0.77% 0.29% -
XYZ 2.23 2.19 6.61 -
YUV 37.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 17 41 73 0.77 0.44 0 0.71 214.29 0.62 0.18
Hex 11 29 49 4D 2C 0 47 D6 3E 12
Octal 21 51 111 115 54 0 107 326 76 22
Binary 10001 101001 1001001 1001101 101100 0 1000111 11010110 111110 10010

Color Harmonies of #112949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112949

Black with #112949

Text Example


Text Example

White with #112949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112949; }

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

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

background-color css

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

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

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

border-color css

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

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

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