#136067

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

Shades of Blue Stone #136067

Tints of Blue Stone #136067

Color information

#136067 (or 0x136067) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 67. RGB value is (19,96,103). Sum of RGB (Red+Green+Blue) = 19+96+103=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #136067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136067 is #EC9F98. Grayscale: #494949. Windows color (decimal): -15507353 or 6774803. OLE color: 6774803.

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

Color convert

RGB1996103-
CMYK0.820.0700.60
HSL185º68.85%23.92%-
HSV(B)185º81.55%40.39%-
XYZ6.99.4814.3-
YUV73.77144.4988.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=8.72%
G=44.04%
B=47.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19961030.820.0700.6018568.8523.92
Hex13606752703Cb94518
Octal23140147122707427110530
Binary10011110000011001111010010111011110010111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136067; }

 p { color: rgb(19,96,103); }

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

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

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

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

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

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

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