Html Css Color HEX #135761 Blue Stone

📋 copy color: '#135761'

red 19 ◦ green 87 ◦ blue 97

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

Shades of Blue Stone #135761

Tints of Blue Stone #135761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.86%

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

R = 9.36%
G = 42.86%
B = 47.78%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135761 (or 0x135761) is known color: Blue Stone. HEX triplet: 13, 57 and 61. RGB value is (19,87,97). Sum of RGB (Red+Green+Blue) = 19+87+97=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #135761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135761 is #ECA89E. Grayscale: #434343. Windows color (decimal): -15509663 or 6379283. OLE color: 6379283.

HSL color Cylindrical-coordinate representation of color #135761: hue angle of 187.69º 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 #135761 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 87 97 -
CMYK 0.80 0.10 0 0.62
HSL 187.69º 0.67% 0.23% -
HSV(B) 187.69º 0.8% 0.38% -
XYZ 5.83 7.82 12.51 -
YUV 67.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 19 87 97 0.80 0.10 0 0.62 187.69 0.67 0.23
Hex 13 57 61 50 A 0 3E BC 43 17
Octal 23 127 141 120 12 0 76 274 103 27
Binary 10011 1010111 1100001 1010000 1010 0 111110 10111100 1000011 10111

Color Harmonies of #135761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135761

Black with #135761

Text Example


Text Example

White with #135761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135761; }

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

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

background-color css

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

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

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

border-color css

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

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

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