#13245A

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

Shades of Sapphire #13245A

Tints of Sapphire #13245A

Color information

#13245A (or 0x13245A) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 5A. RGB value is (19,36,90). Sum of RGB (Red+Green+Blue) = 19+36+90=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #13245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13245A is #ECDBA5. Grayscale: #242424. Windows color (decimal): -15522726 or 5907475. OLE color: 5907475.

HSL color Cylindrical-coordinate representation of color #13245A: hue angle of 225.63º 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 #13245A is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB193690-
CMYK0.790.6000.65
HSL225.63º65.14%21.37%-
HSV(B)225.63º78.89%35.29%-
XYZ2.742.149.94-
YUV37.07157.87115.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=13.10%
G=24.83%
B=62.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1936900.790.6000.65225.6365.1421.37
Hex13245A4F3C041e24115
Octal234413211774010134210125
Binary10011100100101101010011111111000100000111100010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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