#136868

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

Shades of Blue Stone #136868

Tints of Blue Stone #136868

Color information

#136868 (or 0x136868) is unknown color: approx Blue Stone. HEX triplet: 13, 68 and 68. RGB value is (19,104,104). Sum of RGB (Red+Green+Blue) = 19+104+104=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #136868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136868 is #EC9797. Grayscale: #4E4E4E. Windows color (decimal): -15505304 or 6842387. OLE color: 6842387.

HSL color Cylindrical-coordinate representation of color #136868: hue angle of 180º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136868 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB19104104-
CMYK0.82000.59
HSL180º69.11%24.12%-
HSV(B)180º81.73%40.78%-
XYZ7.7211.0414.82-
YUV78.58142.3485.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=8.37%
G=45.81%
B=45.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal191041040.82000.5918069.1124.12
Hex13686852003Bb44518
Octal23150150122007326410530
Binary100111101000110100010100100011101110110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136868; }

 p { color: rgb(19,104,104); }

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

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

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

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

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

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

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