#19316A

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

Shades of Sapphire #19316A

Tints of Sapphire #19316A

Color information

#19316A (or 0x19316A) is unknown color: approx Sapphire. HEX triplet: 19, 31 and 6A. RGB value is (25,49,106). Sum of RGB (Red+Green+Blue) = 25+49+106=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #19316A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19316A is #E6CE95. Grayscale: #303030. Windows color (decimal): -15126166 or 6959385. OLE color: 6959385.

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

Color convert

RGB2549106-
CMYK0.760.5400.58
HSL222.22º61.83%25.69%-
HSV(B)222.22º76.42%41.57%-
XYZ4.13.4414.08-
YUV48.32160.55111.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 106 (41.80% from 255) = 58.89%
R=13.89%
G=27.22%
B=58.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25491060.760.5400.58222.2261.8325.69
Hex19316A4C3603Ade3e1a
Octal3161152114660723367632
Binary110011100011101010100110011011001110101101111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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