#112D88

Color #112D88 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #112D88

Tints of Smalt #112D88

Color information

#112D88 (or 0x112D88) is unknown color: approx Smalt. HEX triplet: 11, 2D and 88. RGB value is (17,45,136). Sum of RGB (Red+Green+Blue) = 17+45+136=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #112D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D88 is #EED277. Grayscale: #2E2E2E. Windows color (decimal): -15651448 or 8924433. OLE color: 8924433.

HSL color Cylindrical-coordinate representation of color #112D88: hue angle of 225.88º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112D88 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1745136-
CMYK0.870.6700.47
HSL225.88º77.78%30%-
HSV(B)225.88º87.5%53.33%-
XYZ5.613.7723.73-
YUV47178.22106.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 136 (53.52% from 255) = 68.69%
R=8.59%
G=22.73%
B=68.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17451360.870.6700.47225.8877.7830
Hex112D88574302Fe24e1e
Octal215521012710305734211636
Binary100011011011000100010101111000011010111111100010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,136); }

 H1.HeaderClassName
 {
   color: #112D88;
 }
 .AnyTagClassName
 {
   color: #112D88;
 }
</style>
background-color css

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

 a { background-color: rgb(17,45,136); }

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

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

 span { border-color: rgb(17,45,136); }

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