#112D61

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

Shades of Sapphire #112D61

Tints of Sapphire #112D61

Color information

#112D61 (or 0x112D61) is unknown color: approx Sapphire. HEX triplet: 11, 2D and 61. RGB value is (17,45,97). Sum of RGB (Red+Green+Blue) = 17+45+97=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #112D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D61 is #EED29E. Grayscale: #2A2A2A. Windows color (decimal): -15651487 or 6368529. OLE color: 6368529.

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

Color convert

RGB174597-
CMYK0.820.5400.62
HSL219º70.18%22.35%-
HSV(B)219º82.47%38.04%-
XYZ3.332.8611.69-
YUV42.56158.72109.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 97 (38.28% from 255) = 61.01%
R=10.69%
G=28.30%
B=61.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1745970.820.5400.6221970.1822.35
Hex112D61523603Edb4616
Octal21551411226607633310626
Binary1000110110111000011010010110110011111011011011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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