Html Css Color HEX #112789 Smalt

📋 copy color: '#112789'

red 17 ◦ green 39 ◦ blue 137

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

Shades of Smalt #112789

Tints of Smalt #112789

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.21%

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

R = 8.81%
G = 20.21%
B = 70.98%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#112789 (or 0x112789) is known color: Smalt. HEX triplet: 11, 27 and 89. RGB value is (17,39,137). Sum of RGB (Red+Green+Blue) = 17+39+137=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #112789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112789 is #EED876. Grayscale: #2B2B2B. Windows color (decimal): -15652983 or 8988433. OLE color: 8988433.

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

Color convert

RGB 17 39 137 -
CMYK 0.88 0.72 0 0.46
HSL 229º 0.78% 0.3% -
HSV(B) 229º 0.88% 0.54% -
XYZ 5.47 3.38 24.03 -
YUV 43.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 17 39 137 0.88 0.72 0 0.46 229 0.78 0.3
Hex 11 27 89 58 48 0 2E E5 4E 1E
Octal 21 47 211 130 110 0 56 345 116 36
Binary 10001 100111 10001001 1011000 1001000 0 101110 11100101 1001110 11110

Color Harmonies of #112789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112789

Black with #112789

Text Example


Text Example

White with #112789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112789; }

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

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

background-color css

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

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

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

border-color css

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

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

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