#113373

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

Shades of Sapphire #113373

Tints of Sapphire #113373

Color information

#113373 (or 0x113373) is unknown color: approx Sapphire. HEX triplet: 11, 33 and 73. RGB value is (17,51,115). Sum of RGB (Red+Green+Blue) = 17+51+115=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #113373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113373 is #EECC8C. Grayscale: #2F2F2F. Windows color (decimal): -15649933 or 7549713. OLE color: 7549713.

HSL color Cylindrical-coordinate representation of color #113373: hue angle of 219.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113373 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1751115-
CMYK0.850.5600.55
HSL219.18º74.24%25.88%-
HSV(B)219.18º85.22%45.1%-
XYZ4.513.7216.7-
YUV48.13165.74105.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 115 (45.31% from 255) = 62.84%
R=9.29%
G=27.87%
B=62.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17511150.850.5600.55219.1874.2425.88
Hex1133735538037db4a1a
Octal21631631257006733311232
Binary1000111001111100111010101111000011011111011011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113373; }

 p { color: rgb(17,51,115); }

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

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

 a { background-color: rgb(17,51,115); }

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

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

 span { border-color: rgb(17,51,115); }

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