Html Css Color HEX #136263 Blue Stone

📋 copy color: '#136263'

red 19 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #136263

Tints of Blue Stone #136263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 8.8%
G = 45.37%
B = 45.83%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#136263 (or 0x136263) is known color: Blue Stone. HEX triplet: 13, 62 and 63. RGB value is (19,98,99). Sum of RGB (Red+Green+Blue) = 19+98+99=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #136263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136263 is #EC9D9C. Grayscale: #4A4A4A. Windows color (decimal): -15506845 or 6513171. OLE color: 6513171.

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

Color convert

RGB 19 98 99 -
CMYK 0.81 0.01 0 0.61
HSL 180.75º 0.68% 0.23% -
HSV(B) 180.75º 0.81% 0.39% -
XYZ 6.89 9.77 13.33 -
YUV 74.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 19 98 99 0.81 0.01 0 0.61 180.75 0.68 0.23
Hex 13 62 63 51 1 0 3D B5 44 17
Octal 23 142 143 121 1 0 75 265 104 27
Binary 10011 1100010 1100011 1010001 1 0 111101 10110101 1000100 10111

Color Harmonies of #136263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136263

Black with #136263

Text Example


Text Example

White with #136263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136263; }

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

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

background-color css

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

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

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

border-color css

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

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

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