#19245F

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

Shades of Sapphire #19245F

Tints of Sapphire #19245F

Color information

#19245F (or 0x19245F) is unknown color: approx Sapphire. HEX triplet: 19, 24 and 5F. RGB value is (25,36,95). Sum of RGB (Red+Green+Blue) = 25+36+95=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #19245F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19245F is #E6DBA0. Grayscale: #272727. Windows color (decimal): -15129505 or 6235161. OLE color: 6235161.

HSL color Cylindrical-coordinate representation of color #19245F: hue angle of 230.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19245F is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB253695-
CMYK0.740.6200.63
HSL230.57º58.33%23.53%-
HSV(B)230.57º73.68%37.25%-
XYZ3.12.2911.11-
YUV39.44159.36117.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 95 (37.5% from 255) = 60.90%
R=16.03%
G=23.08%
B=60.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2536950.740.6200.63230.5758.3323.53
Hex19245F4A3E03Fe73a18
Octal3144137112760773477230
Binary110011001001011111100101011111001111111110011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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