#13325F

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

Shades of Sapphire #13325F

Tints of Sapphire #13325F

Color information

#13325F (or 0x13325F) is unknown color: approx Sapphire. HEX triplet: 13, 32 and 5F. RGB value is (19,50,95). Sum of RGB (Red+Green+Blue) = 19+50+95=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #13325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13325F is #ECCDA0. Grayscale: #2D2D2D. Windows color (decimal): -15519137 or 6238739. OLE color: 6238739.

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

Color convert

RGB195095-
CMYK0.800.4700.63
HSL215.53º66.67%22.35%-
HSV(B)215.53º80%37.25%-
XYZ3.473.2511.27-
YUV45.86155.73108.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 95 (37.5% from 255) = 57.93%
R=11.59%
G=30.49%
B=57.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1950950.800.4700.63215.5366.6722.35
Hex13325F502F03Fd84316
Octal23621371205707733010326
Binary1001111001010111111010000101111011111111011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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