#19316C

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

Shades of Sapphire #19316C

Tints of Sapphire #19316C

Color information

#19316C (or 0x19316C) is unknown color: approx Sapphire. HEX triplet: 19, 31 and 6C. RGB value is (25,49,108). Sum of RGB (Red+Green+Blue) = 25+49+108=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #19316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19316C is #E6CE93. Grayscale: #303030. Windows color (decimal): -15126164 or 7090457. OLE color: 7090457.

HSL color Cylindrical-coordinate representation of color #19316C: hue angle of 222.65º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19316C is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2549108-
CMYK0.770.5500.58
HSL222.65º62.41%26.08%-
HSV(B)222.65º76.85%42.35%-
XYZ4.213.4914.64-
YUV48.55161.55111.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=13.74%
G=26.92%
B=59.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25491080.770.5500.58222.6562.4126.08
Hex19316C4D3703Adf3e1a
Octal3161154115670723377632
Binary110011100011101100100110111011101110101101111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19316C; }

 p { color: rgb(25,49,108); }

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

<style>
 a { background-color: #19316C; }

 a { background-color: rgb(25,49,108); }

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

<style>
 span { border-color: #19316C; }

 span { border-color: rgb(25,49,108); }

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