Html Css Color HEX #112A49 Midnight

📋 copy color: '#112A49'

red 17 ◦ green 42 ◦ blue 73

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

Shades of Midnight #112A49

Tints of Midnight #112A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.82%

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

R = 12.88%
G = 31.82%
B = 55.3%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112A49 (or 0x112A49) is known color: Midnight. HEX triplet: 11, 2A and 49. RGB value is (17,42,73). Sum of RGB (Red+Green+Blue) = 17+42+73=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 42 (16.80% from 255 or 31.82% 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 #112A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A49 is #EED5B6. Grayscale: #252525. Windows color (decimal): -15652279 or 4794897. OLE color: 4794897.

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

Color convert

RGB 17 42 73 -
CMYK 0.77 0.42 0 0.71
HSL 213.21º 0.62% 0.18% -
HSV(B) 213.21º 0.77% 0.29% -
XYZ 2.26 2.26 6.62 -
YUV 38.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 17 42 73 0.77 0.42 0 0.71 213.21 0.62 0.18
Hex 11 2A 49 4D 2A 0 47 D5 3E 12
Octal 21 52 111 115 52 0 107 325 76 22
Binary 10001 101010 1001001 1001101 101010 0 1000111 11010101 111110 10010

Color Harmonies of #112A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A49

Black with #112A49

Text Example


Text Example

White with #112A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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