#13275B

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

Shades of Sapphire #13275B

Tints of Sapphire #13275B

Color information

#13275B (or 0x13275B) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 5B. RGB value is (19,39,91). Sum of RGB (Red+Green+Blue) = 19+39+91=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #13275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13275B is #ECD8A4. Grayscale: #262626. Windows color (decimal): -15521957 or 5973779. OLE color: 5973779.

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

Color convert

RGB193991-
CMYK0.790.5700.64
HSL223.33º65.45%21.57%-
HSV(B)223.33º79.12%35.69%-
XYZ2.882.3410.2-
YUV38.95157.37113.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 91 (35.94% from 255) = 61.07%
R=12.75%
G=26.17%
B=61.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1939910.790.5700.64223.3365.4521.57
Hex13275B4F39040df4116
Octal234713311771010033710126
Binary10011100111101101110011111110010100000011011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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