#19255C

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

Shades of Sapphire #19255C

Tints of Sapphire #19255C

Color information

#19255C (or 0x19255C) is unknown color: approx Sapphire. HEX triplet: 19, 25 and 5C. RGB value is (25,37,92). Sum of RGB (Red+Green+Blue) = 25+37+92=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #19255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19255C is #E6DAA3. Grayscale: #272727. Windows color (decimal): -15129252 or 6038809. OLE color: 6038809.

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

Color convert

RGB253792-
CMYK0.730.6000.64
HSL229.25º57.26%22.94%-
HSV(B)229.25º72.83%36.08%-
XYZ2.992.310.41-
YUV39.68157.52117.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=16.23%
G=24.03%
B=59.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2537920.730.6000.64229.2557.2622.94
Hex19255C493C040e53917
Octal31451341117401003457127
Binary1100110010110111001001001111100010000001110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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