Html Css Color HEX #136566 Blue Stone

📋 copy color: '#136566'

red 19 ◦ green 101 ◦ blue 102

#136566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #136566

Tints of Blue Stone #136566

RGB

 RED value IS 19 (7.81% from 255) = 8.56%

 GREEN value IS 101 (39.84% from 255) = 45.5%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 8.56%
G = 45.5%
B = 45.95%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

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

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

Color convert

RGB 19 101 102 -
CMYK 0.81 0.01 0 0.6
HSL 180.72º 0.69% 0.24% -
HSV(B) 180.72º 0.81% 0.4% -
XYZ 7.32 10.41 14.19 -
YUV 76.6 142.33 86.92 -
System Red Green Blue C M Y K H S L
Decimal 19 101 102 0.81 0.01 0 0.6 180.72 0.69 0.24
Hex 13 65 66 51 1 0 3C B5 45 18
Octal 23 145 146 121 1 0 74 265 105 30
Binary 10011 1100101 1100110 1010001 1 0 111100 10110101 1000101 11000

Color Harmonies of #136566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136566

Black with #136566

Text Example


Text Example

White with #136566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136566; }

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

 H1.HeaderClassName
 {
   color: #136566;
 }
 .AnyTagClassName
 {
   color: #136566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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