#112D8C

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

Shades of Smalt #112D8C

Tints of Smalt #112D8C

Color information

#112D8C (or 0x112D8C) is unknown color: approx Smalt. HEX triplet: 11, 2D and 8C. RGB value is (17,45,140). Sum of RGB (Red+Green+Blue) = 17+45+140=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #112D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D8C is #EED273. Grayscale: #2F2F2F. Windows color (decimal): -15651444 or 9186577. OLE color: 9186577.

HSL color Cylindrical-coordinate representation of color #112D8C: hue angle of 226.34º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112D8C is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1745140-
CMYK0.880.6800.45
HSL226.34º78.34%30.78%-
HSV(B)226.34º87.86%54.9%-
XYZ5.93.8925.25-
YUV47.46180.22106.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 140 (55.08% from 255) = 69.31%
R=8.42%
G=22.28%
B=69.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17451400.880.6800.45226.3478.3430.78
Hex112D8C584402De24e1f
Octal215521413010405534211637
Binary100011011011000110010110001000100010110111100010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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