Html Css Color HEX #135855 Blue Stone

📋 copy color: '#135855'

red 19 ◦ green 88 ◦ blue 85

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

Shades of Blue Stone #135855

Tints of Blue Stone #135855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 9.9%
G = 45.83%
B = 44.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#135855 (or 0x135855) is known color: Blue Stone. HEX triplet: 13, 58 and 55. RGB value is (19,88,85). Sum of RGB (Red+Green+Blue) = 19+88+85=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #135855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135855 is #ECA7AA. Grayscale: #424242. Windows color (decimal): -15509419 or 5593107. OLE color: 5593107.

HSL color Cylindrical-coordinate representation of color #135855: hue angle of 177.39º 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 #135855 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 85 -
CMYK 0.78 0 0.03 0.65
HSL 177.39º 0.64% 0.21% -
HSV(B) 177.39º 0.78% 0.35% -
XYZ 5.4 7.77 9.81 -
YUV 67.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 19 88 85 0.78 0 0.03 0.65 177.39 0.64 0.21
Hex 13 58 55 4E 0 3 41 B1 40 15
Octal 23 130 125 116 0 3 101 261 100 25
Binary 10011 1011000 1010101 1001110 0 11 1000001 10110001 1000000 10101

Color Harmonies of #135855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135855

Black with #135855

Text Example


Text Example

White with #135855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135855; }

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

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

background-color css

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

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

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

border-color css

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

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

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