#19616C

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

Shades of Blue Stone #19616C

Tints of Blue Stone #19616C

Color information

#19616C (or 0x19616C) is unknown color: approx Blue Stone. HEX triplet: 19, 61 and 6C. RGB value is (25,97,108). Sum of RGB (Red+Green+Blue) = 25+97+108=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #19616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19616C is #E69E93. Grayscale: #4C4C4C. Windows color (decimal): -15113876 or 7102745. OLE color: 7102745.

HSL color Cylindrical-coordinate representation of color #19616C: hue angle of 187.95º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19616C is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2597108-
CMYK0.770.1000.58
HSL187.95º62.41%26.08%-
HSV(B)187.95º76.85%42.35%-
XYZ7.389.8415.7-
YUV76.73145.6591.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=10.87%
G=42.17%
B=46.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25971080.770.1000.58187.9562.4126.08
Hex19616C4DA03Abc3e1a
Octal31141154115120722747632
Binary11001110000111011001001101101001110101011110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19616C; }

 p { color: rgb(25,97,108); }

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

<style>
 a { background-color: #19616C; }

 a { background-color: rgb(25,97,108); }

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

<style>
 span { border-color: #19616C; }

 span { border-color: rgb(25,97,108); }

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