#13275A

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

Shades of Sapphire #13275A

Tints of Sapphire #13275A

Color information

#13275A (or 0x13275A) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 5A. RGB value is (19,39,90). Sum of RGB (Red+Green+Blue) = 19+39+90=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #13275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13275A is #ECD8A5. Grayscale: #262626. Windows color (decimal): -15521958 or 5908243. OLE color: 5908243.

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

Color convert

RGB193990-
CMYK0.790.5700.65
HSL223.1º65.14%21.37%-
HSV(B)223.1º78.89%35.29%-
XYZ2.842.339.97-
YUV38.83156.87113.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 90 (35.55% from 255) = 60.81%
R=12.84%
G=26.35%
B=60.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1939900.790.5700.65223.165.1421.37
Hex13275A4F39041df4115
Octal234713211771010133710125
Binary10011100111101101010011111110010100000111011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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