Html Css Color HEX #135857 Blue Stone

📋 copy color: '#135857'

red 19 ◦ green 88 ◦ blue 87

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

Shades of Blue Stone #135857

Tints of Blue Stone #135857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.36%

 BLUE value IS 87 (34.38% from 255) = 44.85%

R = 9.79%
G = 45.36%
B = 44.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#135857 (or 0x135857) is known color: Blue Stone. HEX triplet: 13, 58 and 57. RGB value is (19,88,87). Sum of RGB (Red+Green+Blue) = 19+88+87=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #135857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135857 is #ECA7A8. Grayscale: #434343. Windows color (decimal): -15509417 or 5724179. OLE color: 5724179.

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

Color convert

RGB 19 88 87 -
CMYK 0.78 0 0.01 0.65
HSL 179.13º 0.64% 0.21% -
HSV(B) 179.13º 0.78% 0.35% -
XYZ 5.48 7.81 10.23 -
YUV 67.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 19 88 87 0.78 0 0.01 0.65 179.13 0.64 0.21
Hex 13 58 57 4E 0 1 41 B3 40 15
Octal 23 130 127 116 0 1 101 263 100 25
Binary 10011 1011000 1010111 1001110 0 1 1000001 10110011 1000000 10101

Color Harmonies of #135857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135857

Black with #135857

Text Example


Text Example

White with #135857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135857; }

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

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

background-color css

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

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

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

border-color css

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

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

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