#13215A

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

Shades of Sapphire #13215A

Tints of Sapphire #13215A

Color information

#13215A (or 0x13215A) is unknown color: approx Sapphire. HEX triplet: 13, 21 and 5A. RGB value is (19,33,90). Sum of RGB (Red+Green+Blue) = 19+33+90=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #13215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13215A is #ECDEA5. Grayscale: #232323. Windows color (decimal): -15523494 or 5906707. OLE color: 5906707.

HSL color Cylindrical-coordinate representation of color #13215A: hue angle of 228.17º 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 #13215A is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB193390-
CMYK0.790.6300.65
HSL228.17º65.14%21.37%-
HSV(B)228.17º78.89%35.29%-
XYZ2.661.969.91-
YUV35.31158.86116.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 90 (35.55% from 255) = 63.38%
R=13.38%
G=23.24%
B=63.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1933900.790.6300.65228.1765.1421.37
Hex13215A4F3F041e44115
Octal234113211777010134410125
Binary10011100001101101010011111111110100000111100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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