#112A57

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

Shades of Sapphire #112A57

Tints of Sapphire #112A57

Color information

#112A57 (or 0x112A57) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 57. RGB value is (17,42,87). Sum of RGB (Red+Green+Blue) = 17+42+87=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #112A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A57 is #EED5A8. Grayscale: #272727. Windows color (decimal): -15652265 or 5712401. OLE color: 5712401.

HSL color Cylindrical-coordinate representation of color #112A57: hue angle of 218.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112A57 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB174287-
CMYK0.800.5200.66
HSL218.57º67.31%20.39%-
HSV(B)218.57º80.46%34.12%-
XYZ2.782.469.35-
YUV39.66154.72111.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 87 (34.38% from 255) = 59.59%
R=11.64%
G=28.77%
B=59.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1742870.800.5200.66218.5767.3120.39
Hex112A575034042db4314
Octal215212712064010233310324
Binary10001101010101011110100001101000100001011011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,87); }

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

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

 a { background-color: rgb(17,42,87); }

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

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

 span { border-color: rgb(17,42,87); }

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