Html Css Color HEX #112C4D Midnight

📋 copy color: '#112C4D'

red 17 ◦ green 44 ◦ blue 77

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

Shades of Midnight #112C4D

Tints of Midnight #112C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.88%

 BLUE value IS 77 (30.47% from 255) = 55.8%

R = 12.32%
G = 31.88%
B = 55.8%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#112C4D (or 0x112C4D) is known color: Midnight. HEX triplet: 11, 2C and 4D. RGB value is (17,44,77). Sum of RGB (Red+Green+Blue) = 17+44+77=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #112C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C4D is #EED3B2. Grayscale: #272727. Windows color (decimal): -15651763 or 5057553. OLE color: 5057553.

HSL color Cylindrical-coordinate representation of color #112C4D: hue angle of 213º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #112C4D is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 44 77 -
CMYK 0.78 0.43 0 0.70
HSL 213º 0.64% 0.18% -
HSV(B) 213º 0.78% 0.3% -
XYZ 2.47 2.46 7.37 -
YUV 39.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 17 44 77 0.78 0.43 0 0.70 213 0.64 0.18
Hex 11 2C 4D 4E 2B 0 46 D5 40 12
Octal 21 54 115 116 53 0 106 325 100 22
Binary 10001 101100 1001101 1001110 101011 0 1000110 11010101 1000000 10010

Color Harmonies of #112C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C4D

Black with #112C4D

Text Example


Text Example

White with #112C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,77); }

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

background-color css

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

 a { background-color: rgb(17,44,77); }

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

border-color css

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

 span { border-color: rgb(17,44,77); }

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