Html Css Color HEX #112849 Midnight

📋 copy color: '#112849'

red 17 ◦ green 40 ◦ blue 73

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

Shades of Midnight #112849

Tints of Midnight #112849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.77%

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

R = 13.08%
G = 30.77%
B = 56.15%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112849 (or 0x112849) is known color: Midnight. HEX triplet: 11, 28 and 49. RGB value is (17,40,73). Sum of RGB (Red+Green+Blue) = 17+40+73=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #112849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112849 is #EED7B6. Grayscale: #242424. Windows color (decimal): -15652791 or 4794385. OLE color: 4794385.

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

Color convert

RGB 17 40 73 -
CMYK 0.77 0.45 0 0.71
HSL 215.36º 0.62% 0.18% -
HSV(B) 215.36º 0.77% 0.29% -
XYZ 2.19 2.12 6.6 -
YUV 36.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 17 40 73 0.77 0.45 0 0.71 215.36 0.62 0.18
Hex 11 28 49 4D 2D 0 47 D7 3E 12
Octal 21 50 111 115 55 0 107 327 76 22
Binary 10001 101000 1001001 1001101 101101 0 1000111 11010111 111110 10010

Color Harmonies of #112849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112849

Black with #112849

Text Example


Text Example

White with #112849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112849; }

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

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

background-color css

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

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

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

border-color css

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

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

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