#11297F

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

Shades of Sapphire #11297F

Tints of Sapphire #11297F

Color information

#11297F (or 0x11297F) is unknown color: approx Sapphire. HEX triplet: 11, 29 and 7F. RGB value is (17,41,127). Sum of RGB (Red+Green+Blue) = 17+41+127=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #11297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11297F is #EED680. Grayscale: #2B2B2B. Windows color (decimal): -15652481 or 8333585. OLE color: 8333585.

HSL color Cylindrical-coordinate representation of color #11297F: hue angle of 226.91º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11297F is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1741127-
CMYK0.870.6800.50
HSL226.91º76.39%28.24%-
HSV(B)226.91º86.61%49.8%-
XYZ4.853.2420.45-
YUV43.63175.05109.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 127 (50% from 255) = 68.65%
R=9.19%
G=22.16%
B=68.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17411270.870.6800.50226.9176.3928.24
Hex11297F5744032e34c1c
Octal215117712710406234311434
Binary10001101001111111110101111000100011001011100011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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