#19636B

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

Shades of Blue Stone #19636B

Tints of Blue Stone #19636B

Color information

#19636B (or 0x19636B) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 6B. RGB value is (25,99,107). Sum of RGB (Red+Green+Blue) = 25+99+107=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #19636B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19636B is #E69C94. Grayscale: #4D4D4D. Windows color (decimal): -15113365 or 7037721. OLE color: 7037721.

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

Color convert

RGB2599107-
CMYK0.770.0700.58
HSL185.85º62.12%25.88%-
HSV(B)185.85º76.64%41.96%-
XYZ7.5210.1915.48-
YUV77.79144.4890.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=10.82%
G=42.86%
B=46.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25991070.770.0700.58185.8562.1225.88
Hex19636B4D703Aba3e1a
Octal3114315311570722727632
Binary1100111000111101011100110111101110101011101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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