#19235E

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

Shades of Sapphire #19235E

Tints of Sapphire #19235E

Color information

#19235E (or 0x19235E) is unknown color: approx Sapphire. HEX triplet: 19, 23 and 5E. RGB value is (25,35,94). Sum of RGB (Red+Green+Blue) = 25+35+94=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #19235E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19235E is #E6DCA1. Grayscale: #262626. Windows color (decimal): -15129762 or 6169369. OLE color: 6169369.

HSL color Cylindrical-coordinate representation of color #19235E: hue angle of 231.3º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19235E is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB253594-
CMYK0.730.6300.63
HSL231.3º57.98%23.33%-
HSV(B)231.3º73.4%36.86%-
XYZ3.022.2210.86-
YUV38.74159.19118.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 94 (37.11% from 255) = 61.04%
R=16.23%
G=22.73%
B=61.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2535940.730.6300.63231.357.9823.33
Hex19235E493F03Fe73a17
Octal3143136111770773477227
Binary110011000111011110100100111111101111111110011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19235E; }

 p { color: rgb(25,35,94); }

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

<style>
 a { background-color: #19235E; }

 a { background-color: rgb(25,35,94); }

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

<style>
 span { border-color: #19235E; }

 span { border-color: rgb(25,35,94); }

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