#19655E

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

Shades of Blue Stone #19655E

Tints of Blue Stone #19655E

Color information

#19655E (or 0x19655E) is unknown color: approx Blue Stone. HEX triplet: 19, 65 and 5E. RGB value is (25,101,94). Sum of RGB (Red+Green+Blue) = 25+101+94=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #19655E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19655E is #E69AA1. Grayscale: #4D4D4D. Windows color (decimal): -15112866 or 6186265. OLE color: 6186265.

HSL color Cylindrical-coordinate representation of color #19655E: hue angle of 174.47º degrees, saturation: 0.6, 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 #19655E is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB2510194-
CMYK0.7500.070.60
HSL174.47º60.32%24.71%-
HSV(B)174.47º75.25%39.61%-
XYZ7.0710.3212.21-
YUV77.48137.3290.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=11.36%
G=45.91%
B=42.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25101940.7500.070.60174.4760.3224.71
Hex19655E4B073Cae3c19
Octal3114513611307742567431
Binary1100111001011011110100101101111111001010111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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