Html Css Color HEX #112646 Midnight

📋 copy color: '#112646'

red 17 ◦ green 38 ◦ blue 70

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

Shades of Midnight #112646

Tints of Midnight #112646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56%

R = 13.6%
G = 30.4%
B = 56%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#112646 (or 0x112646) is known color: Midnight. HEX triplet: 11, 26 and 46. RGB value is (17,38,70). Sum of RGB (Red+Green+Blue) = 17+38+70=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #112646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112646 is #EED9B9. Grayscale: #232323. Windows color (decimal): -15653306 or 4597265. OLE color: 4597265.

HSL color Cylindrical-coordinate representation of color #112646: hue angle of 216.23º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112646 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 38 70 -
CMYK 0.76 0.46 0 0.73
HSL 216.23º 0.61% 0.17% -
HSV(B) 216.23º 0.76% 0.27% -
XYZ 2.03 1.95 6.06 -
YUV 35.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 17 38 70 0.76 0.46 0 0.73 216.23 0.61 0.17
Hex 11 26 46 4C 2E 0 49 D8 3D 11
Octal 21 46 106 114 56 0 111 330 75 21
Binary 10001 100110 1000110 1001100 101110 0 1001001 11011000 111101 10001

Color Harmonies of #112646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112646

Black with #112646

Text Example


Text Example

White with #112646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112646; }

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

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

background-color css

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

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

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

border-color css

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

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

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