#19616B

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

Shades of Blue Stone #19616B

Tints of Blue Stone #19616B

Color information

#19616B (or 0x19616B) is unknown color: approx Blue Stone. HEX triplet: 19, 61 and 6B. RGB value is (25,97,107). Sum of RGB (Red+Green+Blue) = 25+97+107=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #19616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19616B is #E69E94. Grayscale: #4C4C4C. Windows color (decimal): -15113877 or 7037209. OLE color: 7037209.

HSL color Cylindrical-coordinate representation of color #19616B: hue angle of 187.32º 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 #19616B is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2597107-
CMYK0.770.0900.58
HSL187.32º62.12%25.88%-
HSV(B)187.32º76.64%41.96%-
XYZ7.339.8215.42-
YUV76.61145.1591.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=10.92%
G=42.36%
B=46.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25971070.770.0900.58187.3262.1225.88
Hex19616B4D903Abb3e1a
Octal31141153115110722737632
Binary11001110000111010111001101100101110101011101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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