#19275C

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

Shades of Sapphire #19275C

Tints of Sapphire #19275C

Color information

#19275C (or 0x19275C) is unknown color: approx Sapphire. HEX triplet: 19, 27 and 5C. RGB value is (25,39,92). Sum of RGB (Red+Green+Blue) = 25+39+92=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #19275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275C is #E6D8A3. Grayscale: #282828. Windows color (decimal): -15128740 or 6039321. OLE color: 6039321.

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

Color convert

RGB253992-
CMYK0.730.5800.64
HSL227.46º57.26%22.94%-
HSV(B)227.46º72.83%36.08%-
XYZ3.062.4310.43-
YUV40.86156.86116.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=16.03%
G=25%
B=58.97%

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
Decimal2539920.730.5800.64227.4657.2622.94
Hex19275C493A040e33917
Octal31471341117201003437127
Binary1100110011110111001001001111010010000001110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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