Html Css Color HEX #112489 Smalt

📋 copy color: '#112489'

red 17 ◦ green 36 ◦ blue 137

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

Shades of Smalt #112489

Tints of Smalt #112489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.95%

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

R = 8.95%
G = 18.95%
B = 72.11%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#112489 (or 0x112489) is known color: Smalt. HEX triplet: 11, 24 and 89. RGB value is (17,36,137). Sum of RGB (Red+Green+Blue) = 17+36+137=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #112489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112489 is #EEDB76. Grayscale: #292929. Windows color (decimal): -15653751 or 8987665. OLE color: 8987665.

HSL color Cylindrical-coordinate representation of color #112489: hue angle of 230.5º 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 #112489 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 36 137 -
CMYK 0.88 0.74 0 0.46
HSL 230.5º 0.78% 0.3% -
HSV(B) 230.5º 0.88% 0.54% -
XYZ 5.38 3.19 24 -
YUV 41.83 181.71 110.29 -
System Red Green Blue C M Y K H S L
Decimal 17 36 137 0.88 0.74 0 0.46 230.5 0.78 0.3
Hex 11 24 89 58 4A 0 2E E6 4E 1E
Octal 21 44 211 130 112 0 56 346 116 36
Binary 10001 100100 10001001 1011000 1001010 0 101110 11100110 1001110 11110

Color Harmonies of #112489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112489

Black with #112489

Text Example


Text Example

White with #112489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112489; }

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

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

background-color css

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

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

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

border-color css

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

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

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