#13245B

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

Shades of Sapphire #13245B

Tints of Sapphire #13245B

Color information

#13245B (or 0x13245B) is unknown color: approx Sapphire. HEX triplet: 13, 24 and 5B. RGB value is (19,36,91). Sum of RGB (Red+Green+Blue) = 19+36+91=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #13245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13245B is #ECDBA4. Grayscale: #242424. Windows color (decimal): -15522725 or 5973011. OLE color: 5973011.

HSL color Cylindrical-coordinate representation of color #13245B: hue angle of 225.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13245B is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB193691-
CMYK0.790.6000.64
HSL225.83º65.45%21.57%-
HSV(B)225.83º79.12%35.69%-
XYZ2.792.1610.17-
YUV37.19158.37115.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=13.01%
G=24.66%
B=62.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1936910.790.6000.64225.8365.4521.57
Hex13245B4F3C040e24116
Octal234413311774010034210126
Binary10011100100101101110011111111000100000011100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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