#112B76

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

Shades of Sapphire #112B76

Tints of Sapphire #112B76

Color information

#112B76 (or 0x112B76) is unknown color: approx Sapphire. HEX triplet: 11, 2B and 76. RGB value is (17,43,118). Sum of RGB (Red+Green+Blue) = 17+43+118=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #112B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B76 is #EED489. Grayscale: #2B2B2B. Windows color (decimal): -15651978 or 7744273. OLE color: 7744273.

HSL color Cylindrical-coordinate representation of color #112B76: hue angle of 224.55º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112B76 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1743118-
CMYK0.860.6400.54
HSL224.55º74.81%26.47%-
HSV(B)224.55º85.59%46.27%-
XYZ4.373.1517.52-
YUV43.78169.89108.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 118 (46.48% from 255) = 66.29%
R=9.55%
G=24.16%
B=66.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17431180.860.6400.54224.5574.8126.47
Hex112B765640036e14b1a
Octal215316612610006634111332
Binary10001101011111011010101101000000011011011100001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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