Html Css Color HEX #135356 Blue Stone

📋 copy color: '#135356'

red 19 ◦ green 83 ◦ blue 86

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

Shades of Blue Stone #135356

Tints of Blue Stone #135356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.15%

 BLUE value IS 86 (33.98% from 255) = 45.74%

R = 10.11%
G = 44.15%
B = 45.74%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#135356 (or 0x135356) is known color: Blue Stone. HEX triplet: 13, 53 and 56. RGB value is (19,83,86). Sum of RGB (Red+Green+Blue) = 19+83+86=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #135356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135356 is #ECACA9. Grayscale: #404040. Windows color (decimal): -15510698 or 5657363. OLE color: 5657363.

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

Color convert

RGB 19 83 86 -
CMYK 0.78 0.03 0 0.66
HSL 182.69º 0.64% 0.21% -
HSV(B) 182.69º 0.78% 0.34% -
XYZ 5.04 7 9.89 -
YUV 64.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 19 83 86 0.78 0.03 0 0.66 182.69 0.64 0.21
Hex 13 53 56 4E 3 0 42 B7 40 15
Octal 23 123 126 116 3 0 102 267 100 25
Binary 10011 1010011 1010110 1001110 11 0 1000010 10110111 1000000 10101

Color Harmonies of #135356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135356

Black with #135356

Text Example


Text Example

White with #135356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135356; }

 p { color: rgb(19,83,86); }

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

background-color css

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

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

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

border-color css

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

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

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