Html Css Color HEX #112649 Midnight

📋 copy color: '#112649'

red 17 ◦ green 38 ◦ blue 73

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

Shades of Midnight #112649

Tints of Midnight #112649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.69%

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

R = 13.28%
G = 29.69%
B = 57.03%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#112649 (or 0x112649) is known color: Midnight. HEX triplet: 11, 26 and 49. RGB value is (17,38,73). Sum of RGB (Red+Green+Blue) = 17+38+73=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #112649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112649 is #EED9B6. Grayscale: #232323. Windows color (decimal): -15653303 or 4793873. OLE color: 4793873.

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

Color convert

RGB 17 38 73 -
CMYK 0.77 0.48 0 0.71
HSL 217.5º 0.62% 0.18% -
HSV(B) 217.5º 0.77% 0.29% -
XYZ 2.13 1.99 6.57 -
YUV 35.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 17 38 73 0.77 0.48 0 0.71 217.5 0.62 0.18
Hex 11 26 49 4D 30 0 47 DA 3E 12
Octal 21 46 111 115 60 0 107 332 76 22
Binary 10001 100110 1001001 1001101 110000 0 1000111 11011010 111110 10010

Color Harmonies of #112649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112649

Black with #112649

Text Example


Text Example

White with #112649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112649; }

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

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

background-color css

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

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

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

border-color css

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

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

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