#11266E

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

Shades of Sapphire #11266E

Tints of Sapphire #11266E

Color information

#11266E (or 0x11266E) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 6E. RGB value is (17,38,110). Sum of RGB (Red+Green+Blue) = 17+38+110=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #11266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11266E is #EED991. Grayscale: #272727. Windows color (decimal): -15653266 or 7218705. OLE color: 7218705.

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

Color convert

RGB1738110-
CMYK0.850.6500.57
HSL226.45º73.23%24.9%-
HSV(B)226.45º84.55%43.14%-
XYZ3.742.6315.06-
YUV39.93167.54111.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 110 (43.36% from 255) = 66.67%
R=10.30%
G=23.03%
B=66.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17381100.850.6500.57226.4573.2324.9
Hex11266E5541039e24919
Octal214615612510107134211131
Binary10001100110110111010101011000001011100111100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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