#19275E

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

Shades of Sapphire #19275E

Tints of Sapphire #19275E

Color information

#19275E (or 0x19275E) is unknown color: approx Sapphire. HEX triplet: 19, 27 and 5E. RGB value is (25,39,94). Sum of RGB (Red+Green+Blue) = 25+39+94=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #19275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275E is #E6D8A1. Grayscale: #282828. Windows color (decimal): -15128738 or 6170393. OLE color: 6170393.

HSL color Cylindrical-coordinate representation of color #19275E: hue angle of 227.83º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19275E is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB253994-
CMYK0.730.5900.63
HSL227.83º57.98%23.33%-
HSV(B)227.83º73.4%36.86%-
XYZ3.152.4710.9-
YUV41.08157.86116.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 94 (37.11% from 255) = 59.49%
R=15.82%
G=24.68%
B=59.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2539940.730.5900.63227.8357.9823.33
Hex19275E493B03Fe43a17
Octal3147136111730773447227
Binary110011001111011110100100111101101111111110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19275E; }

 p { color: rgb(25,39,94); }

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

<style>
 a { background-color: #19275E; }

 a { background-color: rgb(25,39,94); }

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

<style>
 span { border-color: #19275E; }

 span { border-color: rgb(25,39,94); }

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