#19265F

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

Shades of Sapphire #19265F

Tints of Sapphire #19265F

Color information

#19265F (or 0x19265F) is unknown color: approx Sapphire. HEX triplet: 19, 26 and 5F. RGB value is (25,38,95). Sum of RGB (Red+Green+Blue) = 25+38+95=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #19265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265F is #E6D9A0. Grayscale: #282828. Windows color (decimal): -15128993 or 6235673. OLE color: 6235673.

HSL color Cylindrical-coordinate representation of color #19265F: hue angle of 228.86º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19265F is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB253895-
CMYK0.740.6000.63
HSL228.86º58.33%23.53%-
HSV(B)228.86º73.68%37.25%-
XYZ3.162.4211.13-
YUV40.61158.69116.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=15.82%
G=24.05%
B=60.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2538950.740.6000.63228.8658.3323.53
Hex19265F4A3C03Fe53a18
Octal3146137112740773457230
Binary110011001101011111100101011110001111111110010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19265F; }

 p { color: rgb(25,38,95); }

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

<style>
 a { background-color: #19265F; }

 a { background-color: rgb(25,38,95); }

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

<style>
 span { border-color: #19265F; }

 span { border-color: rgb(25,38,95); }

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