#13275F

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

Shades of Sapphire #13275F

Tints of Sapphire #13275F

Color information

#13275F (or 0x13275F) is unknown color: approx Sapphire. HEX triplet: 13, 27 and 5F. RGB value is (19,39,95). Sum of RGB (Red+Green+Blue) = 19+39+95=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #13275F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13275F is #ECD8A0. Grayscale: #272727. Windows color (decimal): -15521953 or 6235923. OLE color: 6235923.

HSL color Cylindrical-coordinate representation of color #13275F: hue angle of 224.21º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13275F is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB193995-
CMYK0.800.5900.63
HSL224.21º66.67%22.35%-
HSV(B)224.21º80%37.25%-
XYZ3.062.4211.13-
YUV39.4159.37113.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=12.42%
G=25.49%
B=62.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1939950.800.5900.63224.2166.6722.35
Hex13275F503B03Fe04316
Octal23471371207307734010326
Binary1001110011110111111010000111011011111111100000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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