#11265C

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

Shades of Sapphire #11265C

Tints of Sapphire #11265C

Color information

#11265C (or 0x11265C) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 5C. RGB value is (17,38,92). Sum of RGB (Red+Green+Blue) = 17+38+92=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #11265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11265C is #EED9A3. Grayscale: #252525. Windows color (decimal): -15653284 or 6039057. OLE color: 6039057.

HSL color Cylindrical-coordinate representation of color #11265C: hue angle of 223.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11265C is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB173892-
CMYK0.820.5900.64
HSL223.2º68.81%21.37%-
HSV(B)223.2º81.52%36.08%-
XYZ2.862.2810.41-
YUV37.88158.54113.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=11.56%
G=25.85%
B=62.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1738920.820.5900.64223.268.8121.37
Hex11265C523B040df4515
Octal214613412273010033710525
Binary10001100110101110010100101110110100000011011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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