#136869

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

Shades of Blue Stone #136869

Tints of Blue Stone #136869

Color information

#136869 (or 0x136869) is unknown color: approx Blue Stone. HEX triplet: 13, 68 and 69. RGB value is (19,104,105). Sum of RGB (Red+Green+Blue) = 19+104+105=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #136869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136869 is #EC9796. Grayscale: #4E4E4E. Windows color (decimal): -15505303 or 6907923. OLE color: 6907923.

HSL color Cylindrical-coordinate representation of color #136869: hue angle of 180.7º 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 #136869 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB19104105-
CMYK0.820.0100.59
HSL180.7º69.35%24.31%-
HSV(B)180.7º81.9%41.18%-
XYZ7.7711.0615.09-
YUV78.7142.8485.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=8.33%
G=45.61%
B=46.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal191041050.820.0100.59180.769.3524.31
Hex13686952103Bb54518
Octal23150151122107326510530
Binary100111101000110100110100101011101110110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136869; }

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

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

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

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

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

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

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

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