#11266D

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

Shades of Sapphire #11266D

Tints of Sapphire #11266D

Color information

#11266D (or 0x11266D) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 6D. RGB value is (17,38,109). Sum of RGB (Red+Green+Blue) = 17+38+109=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #11266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11266D is #EED992. Grayscale: #272727. Windows color (decimal): -15653267 or 7153169. OLE color: 7153169.

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

Color convert

RGB1738109-
CMYK0.840.6500.57
HSL226.3º73.02%24.71%-
HSV(B)226.3º84.4%42.75%-
XYZ3.682.6114.78-
YUV39.82167.04111.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=10.37%
G=23.17%
B=66.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17381090.840.6500.57226.373.0224.71
Hex11266D5441039e24919
Octal214615512410107134211131
Binary10001100110110110110101001000001011100111100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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