#13255B

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

Shades of Sapphire #13255B

Tints of Sapphire #13255B

Color information

#13255B (or 0x13255B) is unknown color: approx Sapphire. HEX triplet: 13, 25 and 5B. RGB value is (19,37,91). Sum of RGB (Red+Green+Blue) = 19+37+91=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #13255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255B is #ECDAA4. Grayscale: #252525. Windows color (decimal): -15522469 or 5973267. OLE color: 5973267.

HSL color Cylindrical-coordinate representation of color #13255B: hue angle of 225º 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 #13255B is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB193791-
CMYK0.790.5900.64
HSL225º65.45%21.57%-
HSV(B)225º79.12%35.69%-
XYZ2.822.2210.18-
YUV37.77158.04114.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=12.93%
G=25.17%
B=61.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1937910.790.5900.6422565.4521.57
Hex13255B4F3B040e14116
Octal234513311773010034110126
Binary10011100101101101110011111110110100000011100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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