#113261

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

Shades of Sapphire #113261

Tints of Sapphire #113261

Color information

#113261 (or 0x113261) is unknown color: approx Sapphire. HEX triplet: 11, 32 and 61. RGB value is (17,50,97). Sum of RGB (Red+Green+Blue) = 17+50+97=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #113261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113261 is #EECD9E. Grayscale: #2D2D2D. Windows color (decimal): -15650207 or 6369809. OLE color: 6369809.

HSL color Cylindrical-coordinate representation of color #113261: hue angle of 215.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113261 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB175097-
CMYK0.820.4800.62
HSL215.25º70.18%22.35%-
HSV(B)215.25º82.47%38.04%-
XYZ3.533.2611.75-
YUV45.49157.07107.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 97 (38.28% from 255) = 59.15%
R=10.37%
G=30.49%
B=59.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1750970.820.4800.62215.2570.1822.35
Hex113261523003Ed74616
Octal21621411226007632710626
Binary1000111001011000011010010110000011111011010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113261; }

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

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

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

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

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

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

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

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