#13315F

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

Shades of Sapphire #13315F

Tints of Sapphire #13315F

Color information

#13315F (or 0x13315F) is unknown color: approx Sapphire. HEX triplet: 13, 31 and 5F. RGB value is (19,49,95). Sum of RGB (Red+Green+Blue) = 19+49+95=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #13315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13315F is #ECCEA0. Grayscale: #2D2D2D. Windows color (decimal): -15519393 or 6238483. OLE color: 6238483.

HSL color Cylindrical-coordinate representation of color #13315F: hue angle of 216.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13315F is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB194995-
CMYK0.800.4800.63
HSL216.32º66.67%22.35%-
HSV(B)216.32º80%37.25%-
XYZ3.433.1611.26-
YUV45.27156.06109.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 49 (19.53% from 255) = 30.06%
BLUE value IS 95 (37.5% from 255) = 58.28%
R=11.66%
G=30.06%
B=58.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1949950.800.4800.63216.3266.6722.35
Hex13315F503003Fd84316
Octal23611371206007733010326
Binary1001111000110111111010000110000011111111011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13315F; }

 p { color: rgb(19,49,95); }

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

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

 a { background-color: rgb(19,49,95); }

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

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

 span { border-color: rgb(19,49,95); }

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