#11336C

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

Shades of Sapphire #11336C

Tints of Sapphire #11336C

Color information

#11336C (or 0x11336C) is unknown color: approx Sapphire. HEX triplet: 11, 33 and 6C. RGB value is (17,51,108). Sum of RGB (Red+Green+Blue) = 17+51+108=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #11336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11336C is #EECC93. Grayscale: #2F2F2F. Windows color (decimal): -15649940 or 7090961. OLE color: 7090961.

HSL color Cylindrical-coordinate representation of color #11336C: hue angle of 217.58º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11336C is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1751108-
CMYK0.840.5300.58
HSL217.58º72.8%24.51%-
HSV(B)217.58º84.26%42.35%-
XYZ4.123.5714.66-
YUV47.33162.24106.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=9.66%
G=28.98%
B=61.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17511080.840.5300.58217.5872.824.51
Hex11336C543503Ada4919
Octal21631541246507233211131
Binary1000111001111011001010100110101011101011011010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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