#13255F

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

Shades of Sapphire #13255F

Tints of Sapphire #13255F

Color information

#13255F (or 0x13255F) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 5F. RGB value is (19,37,95). Sum of RGB (Red+Green+Blue) = 19+37+95=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #13255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255F is #ECDAA0. Grayscale: #252525. Windows color (decimal): -15522465 or 6235411. OLE color: 6235411.

HSL color Cylindrical-coordinate representation of color #13255F: hue angle of 225.79º 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 #13255F is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB193795-
CMYK0.800.6100.63
HSL225.79º66.67%22.35%-
HSV(B)225.79º80%37.25%-
XYZ32.2911.11-
YUV38.23160.04114.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=12.58%
G=24.50%
B=62.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1937950.800.6100.63225.7966.6722.35
Hex13255F503D03Fe24316
Octal23451371207507734210326
Binary1001110010110111111010000111101011111111100010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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