#13255A

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

Shades of Sapphire #13255A

Tints of Sapphire #13255A

Color information

#13255A (or 0x13255A) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 5A. RGB value is (19,37,90). Sum of RGB (Red+Green+Blue) = 19+37+90=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #13255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255A is #ECDAA5. Grayscale: #252525. Windows color (decimal): -15522470 or 5907731. OLE color: 5907731.

HSL color Cylindrical-coordinate representation of color #13255A: hue angle of 224.79º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13255A is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB193790-
CMYK0.790.5900.65
HSL224.79º65.14%21.37%-
HSV(B)224.79º78.89%35.29%-
XYZ2.782.29.95-
YUV37.66157.54114.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=13.01%
G=25.34%
B=61.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1937900.790.5900.65224.7965.1421.37
Hex13255A4F3B041e14115
Octal234513211773010134110125
Binary10011100101101101010011111110110100000111100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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