#112861

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

Shades of Sapphire #112861

Tints of Sapphire #112861

Color information

#112861 (or 0x112861) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 61. RGB value is (17,40,97). Sum of RGB (Red+Green+Blue) = 17+40+97=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #112861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112861 is #EED79E. Grayscale: #272727. Windows color (decimal): -15652767 or 6367249. OLE color: 6367249.

HSL color Cylindrical-coordinate representation of color #112861: hue angle of 222.75º 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 #112861 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB174097-
CMYK0.820.5900.62
HSL222.75º70.18%22.35%-
HSV(B)222.75º82.47%38.04%-
XYZ3.152.511.63-
YUV39.62160.38111.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=11.04%
G=25.97%
B=62.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1740970.820.5900.62222.7570.1822.35
Hex112861523B03Edf4616
Octal21501411227307633710626
Binary1000110100011000011010010111011011111011011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112861; }

 p { color: rgb(17,40,97); }

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

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

 a { background-color: rgb(17,40,97); }

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

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

 span { border-color: rgb(17,40,97); }

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