#112B60

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

Shades of Sapphire #112B60

Tints of Sapphire #112B60

Color information

#112B60 (or 0x112B60) is unknown color: approx Sapphire. HEX triplet: 11, 2B and 60. RGB value is (17,43,96). Sum of RGB (Red+Green+Blue) = 17+43+96=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #112B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B60 is #EED49F. Grayscale: #292929. Windows color (decimal): -15652000 or 6302481. OLE color: 6302481.

HSL color Cylindrical-coordinate representation of color #112B60: hue angle of 220.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112B60 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB174396-
CMYK0.820.5500.62
HSL220.25º69.91%22.16%-
HSV(B)220.25º82.29%37.65%-
XYZ3.212.6911.42-
YUV41.27158.89110.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=10.90%
G=27.56%
B=61.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1743960.820.5500.62220.2569.9122.16
Hex112B60523703Edc4616
Octal21531401226707633410626
Binary1000110101111000001010010110111011111011011100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,43,96); }

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

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

 a { background-color: rgb(17,43,96); }

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

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

 span { border-color: rgb(17,43,96); }

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