#11256D

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

Shades of Sapphire #11256D

Tints of Sapphire #11256D

Color information

#11256D (or 0x11256D) is unknown color: approx Sapphire. HEX triplet: 11, 25 and 6D. RGB value is (17,37,109). Sum of RGB (Red+Green+Blue) = 17+37+109=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #11256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11256D is #EEDA92. Grayscale: #262626. Windows color (decimal): -15653523 or 7152913. OLE color: 7152913.

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

Color convert

RGB1737109-
CMYK0.840.6600.57
HSL226.96º73.02%24.71%-
HSV(B)226.96º84.4%42.75%-
XYZ3.652.5514.77-
YUV39.23167.37112.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 109 (42.97% from 255) = 66.87%
R=10.43%
G=22.70%
B=66.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17371090.840.6600.57226.9673.0224.71
Hex11256D5442039e34919
Octal214515512410207134311131
Binary10001100101110110110101001000010011100111100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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