#113277

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

Shades of Sapphire #113277

Tints of Sapphire #113277

Color information

#113277 (or 0x113277) is unknown color: approx Sapphire. HEX triplet: 11, 32 and 77. RGB value is (17,50,119). Sum of RGB (Red+Green+Blue) = 17+50+119=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #113277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113277 is #EECD88. Grayscale: #2F2F2F. Windows color (decimal): -15650185 or 7811601. OLE color: 7811601.

HSL color Cylindrical-coordinate representation of color #113277: hue angle of 220.59º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113277 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1750119-
CMYK0.860.5800.53
HSL220.59º75%26.67%-
HSV(B)220.59º85.71%46.67%-
XYZ4.73.7317.93-
YUV48168.07105.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 119 (46.88% from 255) = 63.98%
R=9.14%
G=26.88%
B=63.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17501190.860.5800.53220.597526.67
Hex113277563A035dd4b1b
Octal21621671267206533511333
Binary1000111001011101111010110111010011010111011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113277; }

 p { color: rgb(17,50,119); }

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

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

 a { background-color: rgb(17,50,119); }

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

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

 span { border-color: rgb(17,50,119); }

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