Html Css Color HEX #136254 Blue Stone

📋 copy color: '#136254'

red 19 ◦ green 98 ◦ blue 84

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

Shades of Blue Stone #136254

Tints of Blue Stone #136254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.76%

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

R = 9.45%
G = 48.76%
B = 41.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#136254 (or 0x136254) is known color: Blue Stone. HEX triplet: 13, 62 and 54. RGB value is (19,98,84). Sum of RGB (Red+Green+Blue) = 19+98+84=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #136254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136254 is #EC9DAB. Grayscale: #484848. Windows color (decimal): -15506860 or 5530131. OLE color: 5530131.

HSL color Cylindrical-coordinate representation of color #136254: hue angle of 169.37º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136254 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 84 -
CMYK 0.81 0 0.14 0.62
HSL 169.37º 0.68% 0.23% -
HSV(B) 169.37º 0.81% 0.38% -
XYZ 6.24 9.51 9.9 -
YUV 72.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 19 98 84 0.81 0 0.14 0.62 169.37 0.68 0.23
Hex 13 62 54 51 0 E 3E A9 44 17
Octal 23 142 124 121 0 16 76 251 104 27
Binary 10011 1100010 1010100 1010001 0 1110 111110 10101001 1000100 10111

Color Harmonies of #136254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136254

Black with #136254

Text Example


Text Example

White with #136254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136254; }

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

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

background-color css

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

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

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

border-color css

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

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

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