Html Css Color HEX #135853 Blue Stone

📋 copy color: '#135853'

red 19 ◦ green 88 ◦ blue 83

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

Shades of Blue Stone #135853

Tints of Blue Stone #135853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 10%
G = 46.32%
B = 43.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#135853 (or 0x135853) is known color: Blue Stone. HEX triplet: 13, 58 and 53. RGB value is (19,88,83). Sum of RGB (Red+Green+Blue) = 19+88+83=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #135853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135853 is #ECA7AC. Grayscale: #424242. Windows color (decimal): -15509421 or 5462035. OLE color: 5462035.

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

Color convert

RGB 19 88 83 -
CMYK 0.78 0 0.06 0.65
HSL 175.65º 0.64% 0.21% -
HSV(B) 175.65º 0.78% 0.35% -
XYZ 5.32 7.74 9.4 -
YUV 66.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 19 88 83 0.78 0 0.06 0.65 175.65 0.64 0.21
Hex 13 58 53 4E 0 6 41 B0 40 15
Octal 23 130 123 116 0 6 101 260 100 25
Binary 10011 1011000 1010011 1001110 0 110 1000001 10110000 1000000 10101

Color Harmonies of #135853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135853

Black with #135853

Text Example


Text Example

White with #135853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135853; }

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

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

background-color css

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

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

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

border-color css

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

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

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