#19317A

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

Shades of Sapphire #19317A

Tints of Sapphire #19317A

Color information

#19317A (or 0x19317A) is unknown color: approx Sapphire. HEX triplet: 19, 31 and 7A. RGB value is (25,49,122). Sum of RGB (Red+Green+Blue) = 25+49+122=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #19317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19317A is #E6CE85. Grayscale: #313131. Windows color (decimal): -15126150 or 8007961. OLE color: 8007961.

HSL color Cylindrical-coordinate representation of color #19317A: hue angle of 225.15º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19317A is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2549122-
CMYK0.800.6000.52
HSL225.15º65.99%28.82%-
HSV(B)225.15º79.51%47.84%-
XYZ5.013.8118.88-
YUV50.15168.55110.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=12.76%
G=25%
B=62.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25491220.800.6000.52225.1565.9928.82
Hex19317A503C034e1421d
Octal31611721207406434110235
Binary1100111000111110101010000111100011010011100001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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