#112561

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

Shades of Sapphire #112561

Tints of Sapphire #112561

Color information

#112561 (or 0x112561) is unknown color: approx Sapphire. HEX triplet: 11, 25 and 61. RGB value is (17,37,97). Sum of RGB (Red+Green+Blue) = 17+37+97=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #112561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112561 is #EEDA9E. Grayscale: #252525. Windows color (decimal): -15653535 or 6366481. OLE color: 6366481.

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

Color convert

RGB173797-
CMYK0.820.6200.62
HSL225º70.18%22.35%-
HSV(B)225º82.47%38.04%-
XYZ3.052.3111.59-
YUV37.86161.37113.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 97 (38.28% from 255) = 64.24%
R=11.26%
G=24.50%
B=64.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1737970.820.6200.6222570.1822.35
Hex112561523E03Ee14616
Octal21451411227607634110626
Binary1000110010111000011010010111110011111011100001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112561; }

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

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

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

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

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

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

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

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