#13216B

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

Shades of Sapphire #13216B

Tints of Sapphire #13216B

Color information

#13216B (or 0x13216B) is unknown color: approx Sapphire. HEX triplet: 13, 21 and 6B. RGB value is (19,33,107). Sum of RGB (Red+Green+Blue) = 19+33+107=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #13216B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13216B is #ECDE94. Grayscale: #242424. Windows color (decimal): -15523477 or 7020819. OLE color: 7020819.

HSL color Cylindrical-coordinate representation of color #13216B: hue angle of 230.45º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13216B is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1933107-
CMYK0.820.6900.58
HSL230.45º69.84%24.71%-
HSV(B)230.45º82.24%41.96%-
XYZ3.472.2914.17-
YUV37.25167.36114.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 107 (42.19% from 255) = 67.30%
R=11.95%
G=20.75%
B=67.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19331070.820.6900.58230.4569.8424.71
Hex13216B524503Ae64619
Octal234115312210507234610631
Binary10011100001110101110100101000101011101011100110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13216B; }

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

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

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

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

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

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

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

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