Html Css Color HEX #112B89 Smalt

📋 copy color: '#112B89'

red 17 ◦ green 43 ◦ blue 137

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

Shades of Smalt #112B89

Tints of Smalt #112B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 69.54%

R = 8.63%
G = 21.83%
B = 69.54%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#112B89 (or 0x112B89) is known color: Smalt. HEX triplet: 11, 2B and 89. RGB value is (17,43,137). Sum of RGB (Red+Green+Blue) = 17+43+137=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #112B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B89 is #EED476. Grayscale: #2D2D2D. Windows color (decimal): -15651959 or 8989457. OLE color: 8989457.

HSL color Cylindrical-coordinate representation of color #112B89: hue angle of 227º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112B89 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 43 137 -
CMYK 0.88 0.69 0 0.46
HSL 227º 0.78% 0.3% -
HSV(B) 227º 0.88% 0.54% -
XYZ 5.61 3.65 24.08 -
YUV 45.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 17 43 137 0.88 0.69 0 0.46 227 0.78 0.3
Hex 11 2B 89 58 45 0 2E E3 4E 1E
Octal 21 53 211 130 105 0 56 343 116 36
Binary 10001 101011 10001001 1011000 1000101 0 101110 11100011 1001110 11110

Color Harmonies of #112B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B89

Black with #112B89

Text Example


Text Example

White with #112B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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