#112E8A

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

Shades of Smalt #112E8A

Tints of Smalt #112E8A

Color information

#112E8A (or 0x112E8A) is unknown color: approx Smalt. HEX triplet: 11, 2E and 8A. RGB value is (17,46,138). Sum of RGB (Red+Green+Blue) = 17+46+138=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #112E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112E8A is #EED175. Grayscale: #2F2F2F. Windows color (decimal): -15651190 or 9055761. OLE color: 9055761.

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

Color convert

RGB1746138-
CMYK0.880.6700.46
HSL225.62º78.06%30.39%-
HSV(B)225.62º87.68%54.12%-
XYZ5.83.9124.49-
YUV47.82178.89106.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=8.46%
G=22.89%
B=68.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17461380.880.6700.46225.6278.0630.39
Hex112E8A584302Ee24e1e
Octal215621213010305634211636
Binary100011011101000101010110001000011010111011100010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,138); }

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

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

 a { background-color: rgb(17,46,138); }

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

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

 span { border-color: rgb(17,46,138); }

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