Html Css Color HEX #136466 Blue Stone

📋 copy color: '#136466'

red 19 ◦ green 100 ◦ blue 102

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

Shades of Blue Stone #136466

Tints of Blue Stone #136466

RGB

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

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

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

R = 8.6%
G = 45.25%
B = 46.15%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#136466 (or 0x136466) is known color: Blue Stone. HEX triplet: 13, 64 and 66. RGB value is (19,100,102). Sum of RGB (Red+Green+Blue) = 19+100+102=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #136466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136466 is #EC9B99. Grayscale: #4B4B4B. Windows color (decimal): -15506330 or 6710291. OLE color: 6710291.

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

Color convert

RGB 19 100 102 -
CMYK 0.81 0.02 0 0.6
HSL 181.45º 0.69% 0.24% -
HSV(B) 181.45º 0.81% 0.4% -
XYZ 7.22 10.21 14.16 -
YUV 76.01 142.66 87.34 -
System Red Green Blue C M Y K H S L
Decimal 19 100 102 0.81 0.02 0 0.6 181.45 0.69 0.24
Hex 13 64 66 51 2 0 3C B5 45 18
Octal 23 144 146 121 2 0 74 265 105 30
Binary 10011 1100100 1100110 1010001 10 0 111100 10110101 1000101 11000

Color Harmonies of #136466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136466

Black with #136466

Text Example


Text Example

White with #136466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136466; }

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

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

background-color css

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

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

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

border-color css

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

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

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