#11336D

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

Shades of Sapphire #11336D

Tints of Sapphire #11336D

Color information

#11336D (or 0x11336D) is unknown color: approx Sapphire. HEX triplet: 11, 33 and 6D. RGB value is (17,51,109). Sum of RGB (Red+Green+Blue) = 17+51+109=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #11336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11336D is #EECC92. Grayscale: #2F2F2F. Windows color (decimal): -15649939 or 7156497. OLE color: 7156497.

HSL color Cylindrical-coordinate representation of color #11336D: hue angle of 217.83º 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 #11336D is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1751109-
CMYK0.840.5300.57
HSL217.83º73.02%24.71%-
HSV(B)217.83º84.4%42.75%-
XYZ4.183.5914.94-
YUV47.45162.74106.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 109 (42.97% from 255) = 61.58%
R=9.60%
G=28.81%
B=61.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17511090.840.5300.57217.8373.0224.71
Hex11336D5435039da4919
Octal21631551246507133211131
Binary1000111001111011011010100110101011100111011010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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