#19275D

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

Shades of Sapphire #19275D

Tints of Sapphire #19275D

Color information

#19275D (or 0x19275D) is unknown color: approx Sapphire. HEX triplet: 19, 27 and 5D. RGB value is (25,39,93). Sum of RGB (Red+Green+Blue) = 25+39+93=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #19275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275D is #E6D8A2. Grayscale: #282828. Windows color (decimal): -15128739 or 6104857. OLE color: 6104857.

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

Color convert

RGB253993-
CMYK0.730.5800.64
HSL227.65º57.63%23.14%-
HSV(B)227.65º73.12%36.47%-
XYZ3.12.4510.66-
YUV40.97157.36116.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 93 (36.72% from 255) = 59.24%
R=15.92%
G=24.84%
B=59.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2539930.730.5800.64227.6557.6323.14
Hex19275D493A040e43a17
Octal31471351117201003447227
Binary1100110011110111011001001111010010000001110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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