Html Css Color HEX #136266 Blue Stone

📋 copy color: '#136266'

red 19 ◦ green 98 ◦ blue 102

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

Shades of Blue Stone #136266

Tints of Blue Stone #136266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

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

R = 8.68%
G = 44.75%
B = 46.58%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#136266 (or 0x136266) is known color: Blue Stone. HEX triplet: 13, 62 and 66. RGB value is (19,98,102). Sum of RGB (Red+Green+Blue) = 19+98+102=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #136266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136266 is #EC9D99. Grayscale: #4A4A4A. Windows color (decimal): -15506842 or 6709779. OLE color: 6709779.

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

Color convert

RGB 19 98 102 -
CMYK 0.81 0.04 0 0.6
HSL 182.89º 0.69% 0.24% -
HSV(B) 182.89º 0.81% 0.4% -
XYZ 7.03 9.83 14.1 -
YUV 74.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 19 98 102 0.81 0.04 0 0.6 182.89 0.69 0.24
Hex 13 62 66 51 4 0 3C B7 45 18
Octal 23 142 146 121 4 0 74 267 105 30
Binary 10011 1100010 1100110 1010001 100 0 111100 10110111 1000101 11000

Color Harmonies of #136266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136266

Black with #136266

Text Example


Text Example

White with #136266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136266; }

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

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

background-color css

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

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

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

border-color css

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

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

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