Html Css Color HEX #135954 Blue Stone

📋 copy color: '#135954'

red 19 ◦ green 89 ◦ blue 84

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

Shades of Blue Stone #135954

Tints of Blue Stone #135954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

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

R = 9.9%
G = 46.35%
B = 43.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#135954 (or 0x135954) is known color: Blue Stone. HEX triplet: 13, 59 and 54. RGB value is (19,89,84). Sum of RGB (Red+Green+Blue) = 19+89+84=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #135954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135954 is #ECA6AB. Grayscale: #434343. Windows color (decimal): -15509164 or 5527827. OLE color: 5527827.

HSL color Cylindrical-coordinate representation of color #135954: hue angle of 175.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135954 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 84 -
CMYK 0.79 0 0.06 0.65
HSL 175.71º 0.65% 0.21% -
HSV(B) 175.71º 0.79% 0.35% -
XYZ 5.44 7.92 9.63 -
YUV 67.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 19 89 84 0.79 0 0.06 0.65 175.71 0.65 0.21
Hex 13 59 54 4F 0 6 41 B0 41 15
Octal 23 131 124 117 0 6 101 260 101 25
Binary 10011 1011001 1010100 1001111 0 110 1000001 10110000 1000001 10101

Color Harmonies of #135954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135954

Black with #135954

Text Example


Text Example

White with #135954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135954; }

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

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

background-color css

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

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

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

border-color css

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

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

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