#19665A

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

Shades of Blue Stone #19665A

Tints of Blue Stone #19665A

Color information

#19665A (or 0x19665A) is unknown color: approx Blue Stone. HEX triplet: 19, 66 and 5A. RGB value is (25,102,90). Sum of RGB (Red+Green+Blue) = 25+102+90=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #19665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19665A is #E699A5. Grayscale: #4D4D4D. Windows color (decimal): -15112614 or 5924377. OLE color: 5924377.

HSL color Cylindrical-coordinate representation of color #19665A: hue angle of 170.65º 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 #19665A is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB2510290-
CMYK0.7500.120.6
HSL170.65º60.63%24.9%-
HSV(B)170.65º75.49%40%-
XYZ710.4511.32-
YUV77.61134.9990.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=11.52%
G=47.00%
B=41.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25102900.7500.120.6170.6560.6324.9
Hex19665A4B0C3Cab3d19
Octal31146132113014742537531
Binary11001110011010110101001011011001111001010101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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