Html Css Color HEX #136062 Blue Stone

📋 copy color: '#136062'

red 19 ◦ green 96 ◦ blue 98

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

Shades of Blue Stone #136062

Tints of Blue Stone #136062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 8.92%
G = 45.07%
B = 46.01%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#136062 (or 0x136062) is known color: Blue Stone. HEX triplet: 13, 60 and 62. RGB value is (19,96,98). Sum of RGB (Red+Green+Blue) = 19+96+98=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #136062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136062 is #EC9F9D. Grayscale: #494949. Windows color (decimal): -15507358 or 6447123. OLE color: 6447123.

HSL color Cylindrical-coordinate representation of color #136062: hue angle of 181.52º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136062 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 98 -
CMYK 0.81 0.02 0 0.62
HSL 181.52º 0.68% 0.23% -
HSV(B) 181.52º 0.81% 0.38% -
XYZ 6.66 9.39 13.02 -
YUV 73.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 19 96 98 0.81 0.02 0 0.62 181.52 0.68 0.23
Hex 13 60 62 51 2 0 3E B6 44 17
Octal 23 140 142 121 2 0 76 266 104 27
Binary 10011 1100000 1100010 1010001 10 0 111110 10110110 1000100 10111

Color Harmonies of #136062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136062

Black with #136062

Text Example


Text Example

White with #136062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136062; }

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

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

background-color css

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

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

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

border-color css

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

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

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