#19245E

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

Shades of Sapphire #19245E

Tints of Sapphire #19245E

Color information

#19245E (or 0x19245E) is unknown color: approx Sapphire. HEX triplet: 19, 24 and 5E. RGB value is (25,36,94). Sum of RGB (Red+Green+Blue) = 25+36+94=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #19245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19245E is #E6DBA1. Grayscale: #272727. Windows color (decimal): -15129506 or 6169625. OLE color: 6169625.

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

Color convert

RGB253694-
CMYK0.730.6200.63
HSL230.43º57.98%23.33%-
HSV(B)230.43º73.4%36.86%-
XYZ3.052.2810.87-
YUV39.32158.86117.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=16.13%
G=23.23%
B=60.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2536940.730.6200.63230.4357.9823.33
Hex19245E493E03Fe63a17
Octal3144136111760773467227
Binary110011001001011110100100111111001111111110011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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