#11356D

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

Shades of Sapphire #11356D

Tints of Sapphire #11356D

Color information

#11356D (or 0x11356D) is unknown color: approx Sapphire. HEX triplet: 11, 35 and 6D. RGB value is (17,53,109). Sum of RGB (Red+Green+Blue) = 17+53+109=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #11356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11356D is #EECA92. Grayscale: #303030. Windows color (decimal): -15649427 or 7157009. OLE color: 7157009.

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

Color convert

RGB1753109-
CMYK0.840.5100.57
HSL216.52º73.02%24.71%-
HSV(B)216.52º84.4%42.75%-
XYZ4.263.7714.97-
YUV48.62162.07105.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 109 (42.97% from 255) = 60.89%
R=9.50%
G=29.61%
B=60.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17531090.840.5100.57216.5273.0224.71
Hex11356D5433039d94919
Octal21651551246307133111131
Binary1000111010111011011010100110011011100111011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11356D; }

 p { color: rgb(17,53,109); }

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

<style>
 a { background-color: #11356D; }

 a { background-color: rgb(17,53,109); }

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

<style>
 span { border-color: #11356D; }

 span { border-color: rgb(17,53,109); }

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