#11266C

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

Shades of Sapphire #11266C

Tints of Sapphire #11266C

Color information

#11266C (or 0x11266C) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 6C. RGB value is (17,38,108). Sum of RGB (Red+Green+Blue) = 17+38+108=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #11266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11266C is #EED993. Grayscale: #272727. Windows color (decimal): -15653268 or 7087633. OLE color: 7087633.

HSL color Cylindrical-coordinate representation of color #11266C: hue angle of 226.15º 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 #11266C is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1738108-
CMYK0.840.6500.58
HSL226.15º72.8%24.51%-
HSV(B)226.15º84.26%42.35%-
XYZ3.632.5914.5-
YUV39.7166.54111.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 108 (42.58% from 255) = 66.26%
R=10.43%
G=23.31%
B=66.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17381080.840.6500.58226.1572.824.51
Hex11266C544103Ae24919
Octal214615412410107234211131
Binary10001100110110110010101001000001011101011100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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