Html Css Color HEX #135259 Blue Stone

📋 copy color: '#135259'

red 19 ◦ green 82 ◦ blue 89

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

Shades of Blue Stone #135259

Tints of Blue Stone #135259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 10%
G = 43.16%
B = 46.84%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#135259 (or 0x135259) is known color: Blue Stone. HEX triplet: 13, 52 and 59. RGB value is (19,82,89). Sum of RGB (Red+Green+Blue) = 19+82+89=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #135259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135259 is #ECADA6. Grayscale: #3F3F3F. Windows color (decimal): -15510951 or 5853715. OLE color: 5853715.

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

Color convert

RGB 19 82 89 -
CMYK 0.79 0.08 0 0.65
HSL 186º 0.65% 0.21% -
HSV(B) 186º 0.79% 0.35% -
XYZ 5.09 6.89 10.51 -
YUV 63.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 19 82 89 0.79 0.08 0 0.65 186 0.65 0.21
Hex 13 52 59 4F 8 0 41 BA 41 15
Octal 23 122 131 117 10 0 101 272 101 25
Binary 10011 1010010 1011001 1001111 1000 0 1000001 10111010 1000001 10101

Color Harmonies of #135259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135259

Black with #135259

Text Example


Text Example

White with #135259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135259; }

 p { color: rgb(19,82,89); }

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

background-color css

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

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

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

border-color css

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

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

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