#19275B

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

Shades of Sapphire #19275B

Tints of Sapphire #19275B

Color information

#19275B (or 0x19275B) is unknown color: approx Sapphire. HEX triplet: 19, 27 and 5B. RGB value is (25,39,91). Sum of RGB (Red+Green+Blue) = 25+39+91=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #19275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275B is #E6D8A4. Grayscale: #282828. Windows color (decimal): -15128741 or 5973785. OLE color: 5973785.

HSL color Cylindrical-coordinate representation of color #19275B: hue angle of 227.27º degrees, saturation: 0.57, 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 #19275B is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB253991-
CMYK0.730.5700.64
HSL227.27º56.9%22.75%-
HSV(B)227.27º72.53%35.69%-
XYZ3.012.4110.2-
YUV40.74156.36116.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=16.13%
G=25.16%
B=58.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2539910.730.5700.64227.2756.922.75
Hex19275B4939040e33917
Octal31471331117101003437127
Binary1100110011110110111001001111001010000001110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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