Html Css Color HEX #136658 Blue Stone

📋 copy color: '#136658'

red 19 ◦ green 102 ◦ blue 88

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

Shades of Blue Stone #136658

Tints of Blue Stone #136658

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.8%

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 9.09%
G = 48.8%
B = 42.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#136658 (or 0x136658) is known color: Blue Stone. HEX triplet: 13, 66 and 58. RGB value is (19,102,88). Sum of RGB (Red+Green+Blue) = 19+102+88=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #136658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136658 is #EC99A7. Grayscale: #4B4B4B. Windows color (decimal): -15505832 or 5793299. OLE color: 5793299.

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

Color convert

RGB 19 102 88 -
CMYK 0.81 0 0.14 0.6
HSL 169.88º 0.69% 0.24% -
HSV(B) 169.88º 0.81% 0.4% -
XYZ 6.78 10.35 10.87 -
YUV 75.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 19 102 88 0.81 0 0.14 0.6 169.88 0.69 0.24
Hex 13 66 58 51 0 E 3C AA 45 18
Octal 23 146 130 121 0 16 74 252 105 30
Binary 10011 1100110 1011000 1010001 0 1110 111100 10101010 1000101 11000

Color Harmonies of #136658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136658

Black with #136658

Text Example


Text Example

White with #136658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136658; }

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

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

background-color css

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

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

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

border-color css

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

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

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