#19265C

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

Shades of Sapphire #19265C

Tints of Sapphire #19265C

Color information

#19265C (or 0x19265C) is unknown color: approx Sapphire. HEX triplet: 19, 26 and 5C. RGB value is (25,38,92). Sum of RGB (Red+Green+Blue) = 25+38+92=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #19265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265C is #E6D9A3. Grayscale: #282828. Windows color (decimal): -15128996 or 6039065. OLE color: 6039065.

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

Color convert

RGB253892-
CMYK0.730.5900.64
HSL228.36º57.26%22.94%-
HSV(B)228.36º72.83%36.08%-
XYZ3.032.3710.42-
YUV40.27157.19117.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 38 (15.23% from 255) = 24.52%
BLUE value IS 92 (36.33% from 255) = 59.35%
R=16.13%
G=24.52%
B=59.35%

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
Decimal2538920.730.5900.64228.3657.2622.94
Hex19265C493B040e43917
Octal31461341117301003447127
Binary1100110011010111001001001111011010000001110010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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