#13265E

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

Shades of Sapphire #13265E

Tints of Sapphire #13265E

Color information

#13265E (or 0x13265E) is unknown color: approx Sapphire. HEX triplet: 13, 26 and 5E. RGB value is (19,38,94). Sum of RGB (Red+Green+Blue) = 19+38+94=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #13265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13265E is #ECD9A1. Grayscale: #262626. Windows color (decimal): -15522210 or 6170131. OLE color: 6170131.

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

Color convert

RGB193894-
CMYK0.800.6000.63
HSL224.8º66.37%22.16%-
HSV(B)224.8º79.79%36.86%-
XYZ2.982.3310.88-
YUV38.7159.21113.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=12.58%
G=25.17%
B=62.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1938940.800.6000.63224.866.3722.16
Hex13265E503C03Fe14216
Octal23461361207407734110226
Binary1001110011010111101010000111100011111111100001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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