#19665E

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

Shades of Blue Stone #19665E

Tints of Blue Stone #19665E

Color information

#19665E (or 0x19665E) is unknown color: approx Blue Stone. HEX triplet: 19, 66 and 5E. RGB value is (25,102,94). Sum of RGB (Red+Green+Blue) = 25+102+94=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #19665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19665E is #E699A1. Grayscale: #4E4E4E. Windows color (decimal): -15112610 or 6186521. OLE color: 6186521.

HSL color Cylindrical-coordinate representation of color #19665E: hue angle of 173.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19665E is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB2510294-
CMYK0.7500.080.6
HSL173.77º60.63%24.9%-
HSV(B)173.77º75.49%40%-
XYZ7.1710.5212.24-
YUV78.06136.9990.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.31%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=11.31%
G=46.15%
B=42.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25102940.7500.080.6173.7760.6324.9
Hex19665E4B083Cae3d19
Octal31146136113010742567531
Binary11001110011010111101001011010001111001010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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