#11276D

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

Shades of Sapphire #11276D

Tints of Sapphire #11276D

Color information

#11276D (or 0x11276D) is unknown color: approx Sapphire. HEX triplet: 11, 27 and 6D. RGB value is (17,39,109). Sum of RGB (Red+Green+Blue) = 17+39+109=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #11276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11276D is #EED892. Grayscale: #282828. Windows color (decimal): -15653011 or 7153425. OLE color: 7153425.

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

Color convert

RGB1739109-
CMYK0.840.6400.57
HSL225.65º73.02%24.71%-
HSV(B)225.65º84.4%42.75%-
XYZ3.722.6714.79-
YUV40.4166.71111.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 109 (42.97% from 255) = 66.06%
R=10.30%
G=23.64%
B=66.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17391090.840.6400.57225.6573.0224.71
Hex11276D5440039e24919
Octal214715512410007134211131
Binary10001100111110110110101001000000011100111100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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