Html Css Color HEX #112276 Midnight Blue

📋 copy color: '#112276'

red 17 ◦ green 34 ◦ blue 118

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

Shades of Midnight Blue #112276

Tints of Midnight Blue #112276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.12%

 BLUE value IS 118 (46.48% from 255) = 69.82%

R = 10.06%
G = 20.12%
B = 69.82%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#112276 (or 0x112276) is known color: Midnight Blue. HEX triplet: 11, 22 and 76. RGB value is (17,34,118). Sum of RGB (Red+Green+Blue) = 17+34+118=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #112276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112276 is #EEDD89. Grayscale: #262626. Windows color (decimal): -15654282 or 7741969. OLE color: 7741969.

HSL color Cylindrical-coordinate representation of color #112276: hue angle of 229.9º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112276 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 34 118 -
CMYK 0.86 0.71 0 0.54
HSL 229.9º 0.75% 0.26% -
HSV(B) 229.9º 0.86% 0.46% -
XYZ 4.07 2.57 17.42 -
YUV 38.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 17 34 118 0.86 0.71 0 0.54 229.9 0.75 0.26
Hex 11 22 76 56 47 0 36 E6 4B 1A
Octal 21 42 166 126 107 0 66 346 113 32
Binary 10001 100010 1110110 1010110 1000111 0 110110 11100110 1001011 11010

Color Harmonies of #112276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112276

Black with #112276

Text Example


Text Example

White with #112276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112276; }

 p { color: rgb(17,34,118); }

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

background-color css

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

 a { background-color: rgb(17,34,118); }

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

border-color css

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

 span { border-color: rgb(17,34,118); }

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