Html Css Color HEX #135555 Blue Stone

📋 copy color: '#135555'

red 19 ◦ green 85 ◦ blue 85

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

Shades of Blue Stone #135555

Tints of Blue Stone #135555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

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

R = 10.05%
G = 44.97%
B = 44.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#135555 (or 0x135555) is known color: Blue Stone. HEX triplet: 13, 55 and 55. RGB value is (19,85,85). Sum of RGB (Red+Green+Blue) = 19+85+85=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #135555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135555 is #ECAAAA. Grayscale: #414141. Windows color (decimal): -15510187 or 5592339. OLE color: 5592339.

HSL color Cylindrical-coordinate representation of color #135555: hue angle of 180º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135555 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 85 -
CMYK 0.78 0 0 0.67
HSL 180º 0.63% 0.2% -
HSV(B) 180º 0.78% 0.33% -
XYZ 5.16 7.29 9.73 -
YUV 65.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 19 85 85 0.78 0 0 0.67 180 0.63 0.2
Hex 13 55 55 4E 0 0 43 B4 3F 14
Octal 23 125 125 116 0 0 103 264 77 24
Binary 10011 1010101 1010101 1001110 0 0 1000011 10110100 111111 10100

Color Harmonies of #135555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135555

Black with #135555

Text Example


Text Example

White with #135555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135555; }

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

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

background-color css

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

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

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

border-color css

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

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

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