Html Css Color HEX #136362 Blue Stone

📋 copy color: '#136362'

red 19 ◦ green 99 ◦ blue 98

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

Shades of Blue Stone #136362

Tints of Blue Stone #136362

RGB

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

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

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

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

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

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

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

Color convert

RGB 19 99 98 -
CMYK 0.81 0 0.01 0.61
HSL 179.25º 0.68% 0.23% -
HSV(B) 179.25º 0.81% 0.39% -
XYZ 6.94 9.94 13.11 -
YUV 74.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 19 99 98 0.81 0 0.01 0.61 179.25 0.68 0.23
Hex 13 63 62 51 0 1 3D B3 44 17
Octal 23 143 142 121 0 1 75 263 104 27
Binary 10011 1100011 1100010 1010001 0 1 111101 10110011 1000100 10111

Color Harmonies of #136362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136362

Black with #136362

Text Example


Text Example

White with #136362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136362; }

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

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

background-color css

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

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

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

border-color css

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

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

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