#11245B

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

Shades of Sapphire #11245B

Tints of Sapphire #11245B

Color information

#11245B (or 0x11245B) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 5B. RGB value is (17,36,91). Sum of RGB (Red+Green+Blue) = 17+36+91=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #11245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11245B is #EEDBA4. Grayscale: #242424. Windows color (decimal): -15653797 or 5973009. OLE color: 5973009.

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

Color convert

RGB173691-
CMYK0.810.6000.64
HSL224.59º68.52%21.18%-
HSV(B)224.59º81.32%35.69%-
XYZ2.752.1410.16-
YUV36.59158.71114.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 91 (35.94% from 255) = 63.19%
R=11.81%
G=25%
B=63.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1736910.810.6000.64224.5968.5221.18
Hex11245B513C040e14515
Octal214413312174010034110525
Binary10001100100101101110100011111000100000011100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,36,91); }

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

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

 a { background-color: rgb(17,36,91); }

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

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

 span { border-color: rgb(17,36,91); }

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