#136665

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

Shades of Blue Stone #136665

Tints of Blue Stone #136665

Color information

#136665 (or 0x136665) is unknown color: approx Blue Stone. HEX triplet: 13, 66 and 65. RGB value is (19,102,101). Sum of RGB (Red+Green+Blue) = 19+102+101=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #136665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136665 is #EC999A. Grayscale: #4C4C4C. Windows color (decimal): -15505819 or 6645267. OLE color: 6645267.

HSL color Cylindrical-coordinate representation of color #136665: hue angle of 179.28º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136665 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB19102101-
CMYK0.8100.010.6
HSL179.28º68.6%23.73%-
HSV(B)179.28º81.37%40%-
XYZ7.3710.5813.97-
YUV77.07141.586.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=8.56%
G=45.95%
B=45.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal191021010.8100.010.6179.2868.623.73
Hex13666551013Cb34518
Octal23146145121017426310530
Binary100111100110110010110100010111110010110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136665; }

 p { color: rgb(19,102,101); }

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

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

 a { background-color: rgb(19,102,101); }

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

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

 span { border-color: rgb(19,102,101); }

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