#19265D

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

Shades of Sapphire #19265D

Tints of Sapphire #19265D

Color information

#19265D (or 0x19265D) is unknown color: approx Sapphire. HEX triplet: 19, 26 and 5D. RGB value is (25,38,93). Sum of RGB (Red+Green+Blue) = 25+38+93=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #19265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265D is #E6D9A2. Grayscale: #282828. Windows color (decimal): -15128995 or 6104601. OLE color: 6104601.

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

Color convert

RGB253893-
CMYK0.730.5900.64
HSL228.53º57.63%23.14%-
HSV(B)228.53º73.12%36.47%-
XYZ3.072.3810.65-
YUV40.38157.69117.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=16.03%
G=24.36%
B=59.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2538930.730.5900.64228.5357.6323.14
Hex19265D493B040e53a17
Octal31461351117301003457227
Binary1100110011010111011001001111011010000001110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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