Html Css Color HEX #136354 Blue Stone

📋 copy color: '#136354'

red 19 ◦ green 99 ◦ blue 84

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

Shades of Blue Stone #136354

Tints of Blue Stone #136354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.58%

R = 9.41%
G = 49.01%
B = 41.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#136354 (or 0x136354) is known color: Blue Stone. HEX triplet: 13, 63 and 54. RGB value is (19,99,84). Sum of RGB (Red+Green+Blue) = 19+99+84=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #136354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136354 is #EC9CAB. Grayscale: #494949. Windows color (decimal): -15506604 or 5530387. OLE color: 5530387.

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

Color convert

RGB 19 99 84 -
CMYK 0.81 0 0.15 0.61
HSL 168.75º 0.68% 0.23% -
HSV(B) 168.75º 0.81% 0.39% -
XYZ 6.33 9.7 9.93 -
YUV 73.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 19 99 84 0.81 0 0.15 0.61 168.75 0.68 0.23
Hex 13 63 54 51 0 F 3D A9 44 17
Octal 23 143 124 121 0 17 75 251 104 27
Binary 10011 1100011 1010100 1010001 0 1111 111101 10101001 1000100 10111

Color Harmonies of #136354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136354

Black with #136354

Text Example


Text Example

White with #136354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136354; }

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

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

background-color css

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

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

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

border-color css

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

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

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