#11226B

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

Shades of Sapphire #11226B

Tints of Sapphire #11226B

Color information

#11226B (or 0x11226B) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 6B. RGB value is (17,34,107). Sum of RGB (Red+Green+Blue) = 17+34+107=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #11226B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11226B is #EEDD94. Grayscale: #242424. Windows color (decimal): -15654293 or 7021073. OLE color: 7021073.

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

Color convert

RGB1734107-
CMYK0.840.6800.58
HSL228.67º72.58%24.31%-
HSV(B)228.67º84.11%41.96%-
XYZ3.462.3214.18-
YUV37.24167.37113.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=10.76%
G=21.52%
B=67.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17341070.840.6800.58228.6772.5824.31
Hex11226B544403Ae54918
Octal214215312410407234511130
Binary10001100010110101110101001000100011101011100101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11226B; }

 p { color: rgb(17,34,107); }

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

<style>
 a { background-color: #11226B; }

 a { background-color: rgb(17,34,107); }

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

<style>
 span { border-color: #11226B; }

 span { border-color: rgb(17,34,107); }

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