Html Css Color HEX #135961 Blue Stone

📋 copy color: '#135961'

red 19 ◦ green 89 ◦ blue 97

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

Shades of Blue Stone #135961

Tints of Blue Stone #135961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 9.27%
G = 43.41%
B = 47.32%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135961 (or 0x135961) is known color: Blue Stone. HEX triplet: 13, 59 and 61. RGB value is (19,89,97). Sum of RGB (Red+Green+Blue) = 19+89+97=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #135961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135961 is #ECA69E. Grayscale: #444444. Windows color (decimal): -15509151 or 6379795. OLE color: 6379795.

HSL color Cylindrical-coordinate representation of color #135961: hue angle of 186.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135961 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 89 97 -
CMYK 0.80 0.08 0 0.62
HSL 186.15º 0.67% 0.23% -
HSV(B) 186.15º 0.8% 0.38% -
XYZ 6 8.15 12.57 -
YUV 68.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 19 89 97 0.80 0.08 0 0.62 186.15 0.67 0.23
Hex 13 59 61 50 8 0 3E BA 43 17
Octal 23 131 141 120 10 0 76 272 103 27
Binary 10011 1011001 1100001 1010000 1000 0 111110 10111010 1000011 10111

Color Harmonies of #135961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135961

Black with #135961

Text Example


Text Example

White with #135961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135961; }

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

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

background-color css

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

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

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

border-color css

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

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

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