#19295D

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

Shades of Sapphire #19295D

Tints of Sapphire #19295D

Color information

#19295D (or 0x19295D) is unknown color: approx Sapphire. HEX triplet: 19, 29 and 5D. RGB value is (25,41,93). Sum of RGB (Red+Green+Blue) = 25+41+93=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #19295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19295D is #E6D6A2. Grayscale: #292929. Windows color (decimal): -15128227 or 6105369. OLE color: 6105369.

HSL color Cylindrical-coordinate representation of color #19295D: hue angle of 225.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19295D is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB254193-
CMYK0.730.5600.64
HSL225.88º57.63%23.14%-
HSV(B)225.88º73.12%36.47%-
XYZ3.172.5810.69-
YUV42.14156.7115.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=15.72%
G=25.79%
B=58.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2541930.730.5600.64225.8857.6323.14
Hex19295D4938040e23a17
Octal31511351117001003427227
Binary1100110100110111011001001111000010000001110001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19295D; }

 p { color: rgb(25,41,93); }

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

<style>
 a { background-color: #19295D; }

 a { background-color: rgb(25,41,93); }

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

<style>
 span { border-color: #19295D; }

 span { border-color: rgb(25,41,93); }

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