#11326E

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

Shades of Sapphire #11326E

Tints of Sapphire #11326E

Color information

#11326E (or 0x11326E) is unknown color: approx Sapphire. HEX triplet: 11, 32 and 6E. RGB value is (17,50,110). Sum of RGB (Red+Green+Blue) = 17+50+110=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #11326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11326E is #EECD91. Grayscale: #2E2E2E. Windows color (decimal): -15650194 or 7221777. OLE color: 7221777.

HSL color Cylindrical-coordinate representation of color #11326E: hue angle of 218.71º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11326E is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1750110-
CMYK0.850.5500.57
HSL218.71º73.23%24.9%-
HSV(B)218.71º84.55%43.14%-
XYZ4.193.5315.21-
YUV46.97163.57106.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 110 (43.36% from 255) = 62.15%
R=9.60%
G=28.25%
B=62.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17501100.850.5500.57218.7173.2324.9
Hex11326E5537039db4919
Octal21621561256707133311131
Binary1000111001011011101010101110111011100111011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11326E; }

 p { color: rgb(17,50,110); }

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

<style>
 a { background-color: #11326E; }

 a { background-color: rgb(17,50,110); }

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

<style>
 span { border-color: #11326E; }

 span { border-color: rgb(17,50,110); }

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