#19317B

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

Shades of Sapphire #19317B

Tints of Sapphire #19317B

Color information

#19317B (or 0x19317B) is unknown color: approx Sapphire. HEX triplet: 19, 31 and 7B. RGB value is (25,49,123). Sum of RGB (Red+Green+Blue) = 25+49+123=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #19317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19317B is #E6CE84. Grayscale: #313131. Windows color (decimal): -15126149 or 8073497. OLE color: 8073497.

HSL color Cylindrical-coordinate representation of color #19317B: hue angle of 225.31º 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 #19317B is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2549123-
CMYK0.800.6000.52
HSL225.31º66.22%29.02%-
HSV(B)225.31º79.67%48.24%-
XYZ5.073.8319.21-
YUV50.26169.05109.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=12.69%
G=24.87%
B=62.44%

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
Decimal25491230.800.6000.52225.3166.2229.02
Hex19317B503C034e1421d
Octal31611731207406434110235
Binary1100111000111110111010000111100011010011100001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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