#19245D

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

Shades of Sapphire #19245D

Tints of Sapphire #19245D

Color information

#19245D (or 0x19245D) is unknown color: approx Sapphire. HEX triplet: 19, 24 and 5D. RGB value is (25,36,93). Sum of RGB (Red+Green+Blue) = 25+36+93=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #19245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19245D is #E6DBA2. Grayscale: #262626. Windows color (decimal): -15129507 or 6104089. OLE color: 6104089.

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

Color convert

RGB253693-
CMYK0.730.6100.64
HSL230.29º57.63%23.14%-
HSV(B)230.29º73.12%36.47%-
XYZ3.012.2610.63-
YUV39.21158.36117.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=16.23%
G=23.38%
B=60.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2536930.730.6100.64230.2957.6323.14
Hex19245D493D040e63a17
Octal31441351117501003467227
Binary1100110010010111011001001111101010000001110011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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