#11297B

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

Shades of Sapphire #11297B

Tints of Sapphire #11297B

Color information

#11297B (or 0x11297B) is unknown color: approx Sapphire. HEX triplet: 11, 29 and 7B. RGB value is (17,41,123). Sum of RGB (Red+Green+Blue) = 17+41+123=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #11297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11297B is #EED684. Grayscale: #2A2A2A. Windows color (decimal): -15652485 or 8071441. OLE color: 8071441.

HSL color Cylindrical-coordinate representation of color #11297B: hue angle of 226.42º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11297B is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1741123-
CMYK0.860.6700.52
HSL226.42º75.71%27.45%-
HSV(B)226.42º86.18%48.24%-
XYZ4.63.1419.1-
YUV43.17173.05109.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.39%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 123 (48.44% from 255) = 67.96%
R=9.39%
G=22.65%
B=67.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17411230.860.6700.52226.4275.7127.45
Hex11297B5643034e24c1b
Octal215117312610306434211433
Binary10001101001111101110101101000011011010011100010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11297B; }

 p { color: rgb(17,41,123); }

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

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

 a { background-color: rgb(17,41,123); }

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

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

 span { border-color: rgb(17,41,123); }

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