#13205D

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

Shades of Sapphire #13205D

Tints of Sapphire #13205D

Color information

#13205D (or 0x13205D) is unknown color: approx Sapphire. HEX triplet: 13, 20 and 5D. RGB value is (19,32,93). Sum of RGB (Red+Green+Blue) = 19+32+93=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #13205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13205D is #ECDFA2. Grayscale: #222222. Windows color (decimal): -15523747 or 6103059. OLE color: 6103059.

HSL color Cylindrical-coordinate representation of color #13205D: hue angle of 229.46º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13205D is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB193293-
CMYK0.800.6600.64
HSL229.46º66.07%21.96%-
HSV(B)229.46º79.57%36.47%-
XYZ2.761.9610.59-
YUV35.07160.69116.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=13.19%
G=22.22%
B=64.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1932930.800.6600.64229.4666.0721.96
Hex13205D5042040e54216
Octal2340135120102010034510226
Binary100111000001011101101000010000100100000011100101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,32,93); }

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

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

 a { background-color: rgb(19,32,93); }

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

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

 span { border-color: rgb(19,32,93); }

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