#13205A

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

Shades of Sapphire #13205A

Tints of Sapphire #13205A

Color information

#13205A (or 0x13205A) is unknown color: approx Sapphire. HEX triplet: 13, 20 and 5A. RGB value is (19,32,90). Sum of RGB (Red+Green+Blue) = 19+32+90=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #13205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13205A is #ECDFA5. Grayscale: #222222. Windows color (decimal): -15523750 or 5906451. OLE color: 5906451.

HSL color Cylindrical-coordinate representation of color #13205A: hue angle of 229.01º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13205A is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB193290-
CMYK0.790.6400.65
HSL229.01º65.14%21.37%-
HSV(B)229.01º78.89%35.29%-
XYZ2.631.919.9-
YUV34.72159.19116.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=13.48%
G=22.70%
B=63.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1932900.790.6400.65229.0165.1421.37
Hex13205A4F40041e54115
Octal2340132117100010134510125
Binary100111000001011010100111110000000100000111100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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