#13325E

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

Shades of Sapphire #13325E

Tints of Sapphire #13325E

Color information

#13325E (or 0x13325E) is unknown color: approx Sapphire. HEX triplet: 13, 32 and 5E. RGB value is (19,50,94). Sum of RGB (Red+Green+Blue) = 19+50+94=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #13325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13325E is #ECCDA1. Grayscale: #2D2D2D. Windows color (decimal): -15519138 or 6173203. OLE color: 6173203.

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

Color convert

RGB195094-
CMYK0.800.4700.63
HSL215.2º66.37%22.16%-
HSV(B)215.2º79.79%36.86%-
XYZ3.433.2311.03-
YUV45.75155.23108.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=11.66%
G=30.67%
B=57.67%

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
Decimal1950940.800.4700.63215.266.3722.16
Hex13325E502F03Fd74216
Octal23621361205707732710226
Binary1001111001010111101010000101111011111111010111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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