#136069

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

Shades of Blue Stone #136069

Tints of Blue Stone #136069

Color information

#136069 (or 0x136069) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 69. RGB value is (19,96,105). Sum of RGB (Red+Green+Blue) = 19+96+105=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #136069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136069 is #EC9F96. Grayscale: #494949. Windows color (decimal): -15507351 or 6905875. OLE color: 6905875.

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

Color convert

RGB1996105-
CMYK0.820.0900.59
HSL186.28º69.35%24.31%-
HSV(B)186.28º81.9%41.18%-
XYZ79.5214.83-
YUV74145.4988.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 105 (41.41% from 255) = 47.73%
R=8.64%
G=43.64%
B=47.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19961050.820.0900.59186.2869.3524.31
Hex13606952903Bba4518
Octal231401511221107327210530
Binary100111100000110100110100101001011101110111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136069; }

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

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

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

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

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

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

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

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