Html Css Color HEX #112B4C Midnight

📋 copy color: '#112B4C'

red 17 ◦ green 43 ◦ blue 76

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

Shades of Midnight #112B4C

Tints of Midnight #112B4C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.62%

 BLUE value IS 76 (30.08% from 255) = 55.88%

R = 12.5%
G = 31.62%
B = 55.88%

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

#112B4C (or 0x112B4C) is known color: Midnight. HEX triplet: 11, 2B and 4C. RGB value is (17,43,76). Sum of RGB (Red+Green+Blue) = 17+43+76=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #112B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B4C is #EED4B3. Grayscale: #262626. Windows color (decimal): -15652020 or 4991761. OLE color: 4991761.

HSL color Cylindrical-coordinate representation of color #112B4C: hue angle of 213.56º degrees, saturation: 0.63, 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 #112B4C is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 43 76 -
CMYK 0.78 0.43 0 0.70
HSL 213.56º 0.63% 0.18% -
HSV(B) 213.56º 0.78% 0.3% -
XYZ 2.4 2.37 7.17 -
YUV 38.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 17 43 76 0.78 0.43 0 0.70 213.56 0.63 0.18
Hex 11 2B 4C 4E 2B 0 46 D6 3F 12
Octal 21 53 114 116 53 0 106 326 77 22
Binary 10001 101011 1001100 1001110 101011 0 1000110 11010110 111111 10010

Color Harmonies of #112B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B4C

Black with #112B4C

Text Example


Text Example

White with #112B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,76); }

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

background-color css

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

 a { background-color: rgb(17,43,76); }

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

border-color css

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

 span { border-color: rgb(17,43,76); }

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