#112B61

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

Shades of Sapphire #112B61

Tints of Sapphire #112B61

Color information

#112B61 (or 0x112B61) is unknown color: approx Sapphire. HEX triplet: 11, 2B and 61. RGB value is (17,43,97). Sum of RGB (Red+Green+Blue) = 17+43+97=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #112B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B61 is #EED49E. Grayscale: #292929. Windows color (decimal): -15651999 or 6368017. OLE color: 6368017.

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

Color convert

RGB174397-
CMYK0.820.5600.62
HSL220.5º70.18%22.35%-
HSV(B)220.5º82.47%38.04%-
XYZ3.252.7111.66-
YUV41.38159.39110.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=10.83%
G=27.39%
B=61.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1743970.820.5600.62220.570.1822.35
Hex112B61523803Edc4616
Octal21531411227007633410626
Binary1000110101111000011010010111000011111011011100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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