Html Css Color HEX #135751 Blue Stone

📋 copy color: '#135751'

red 19 ◦ green 87 ◦ blue 81

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

Shades of Blue Stone #135751

Tints of Blue Stone #135751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 10.16%
G = 46.52%
B = 43.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#135751 (or 0x135751) is known color: Blue Stone. HEX triplet: 13, 57 and 51. RGB value is (19,87,81). Sum of RGB (Red+Green+Blue) = 19+87+81=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #135751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135751 is #ECA8AE. Grayscale: #414141. Windows color (decimal): -15509679 or 5330707. OLE color: 5330707.

HSL color Cylindrical-coordinate representation of color #135751: hue angle of 174.71º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135751 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 87 81 -
CMYK 0.78 0 0.07 0.66
HSL 174.71º 0.64% 0.21% -
HSV(B) 174.71º 0.78% 0.34% -
XYZ 5.16 7.55 8.97 -
YUV 65.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 19 87 81 0.78 0 0.07 0.66 174.71 0.64 0.21
Hex 13 57 51 4E 0 7 42 AF 40 15
Octal 23 127 121 116 0 7 102 257 100 25
Binary 10011 1010111 1010001 1001110 0 111 1000010 10101111 1000000 10101

Color Harmonies of #135751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135751

Black with #135751

Text Example


Text Example

White with #135751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135751; }

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

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

background-color css

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

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

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

border-color css

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

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

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