Html Css Color HEX #136463 Blue Stone

📋 copy color: '#136463'

red 19 ◦ green 100 ◦ blue 99

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

Shades of Blue Stone #136463

Tints of Blue Stone #136463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.87%

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

R = 8.72%
G = 45.87%
B = 45.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#136463 (or 0x136463) is known color: Blue Stone. HEX triplet: 13, 64 and 63. RGB value is (19,100,99). Sum of RGB (Red+Green+Blue) = 19+100+99=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #136463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136463 is #EC9B9C. Grayscale: #4B4B4B. Windows color (decimal): -15506333 or 6513683. OLE color: 6513683.

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

Color convert

RGB 19 100 99 -
CMYK 0.81 0 0.01 0.61
HSL 179.26º 0.68% 0.23% -
HSV(B) 179.26º 0.81% 0.39% -
XYZ 7.08 10.15 13.39 -
YUV 75.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 19 100 99 0.81 0 0.01 0.61 179.26 0.68 0.23
Hex 13 64 63 51 0 1 3D B3 44 17
Octal 23 144 143 121 0 1 75 263 104 27
Binary 10011 1100100 1100011 1010001 0 1 111101 10110011 1000100 10111

Color Harmonies of #136463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136463

Black with #136463

Text Example


Text Example

White with #136463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136463; }

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

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

background-color css

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

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

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

border-color css

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

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

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