Html Css Color HEX #135F61 Blue Stone

📋 copy color: '#135F61'

red 19 ◦ green 95 ◦ blue 97

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

Shades of Blue Stone #135F61

Tints of Blue Stone #135F61

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.02%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 9%
G = 45.02%
B = 45.97%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135F61 (or 0x135F61) is known color: Blue Stone. HEX triplet: 13, 5F and 61. RGB value is (19,95,97). Sum of RGB (Red+Green+Blue) = 19+95+97=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #135F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F61 is #ECA09E. Grayscale: #484848. Windows color (decimal): -15507615 or 6381331. OLE color: 6381331.

HSL color Cylindrical-coordinate representation of color #135F61: hue angle of 181.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F61 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 95 97 -
CMYK 0.80 0.02 0 0.62
HSL 181.54º 0.67% 0.23% -
HSV(B) 181.54º 0.8% 0.38% -
XYZ 6.52 9.19 12.74 -
YUV 72.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 19 95 97 0.80 0.02 0 0.62 181.54 0.67 0.23
Hex 13 5F 61 50 2 0 3E B6 43 17
Octal 23 137 141 120 2 0 76 266 103 27
Binary 10011 1011111 1100001 1010000 10 0 111110 10110110 1000011 10111

Color Harmonies of #135F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F61

Black with #135F61

Text Example


Text Example

White with #135F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135F61; }

 p { color: rgb(19,95,97); }

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

background-color css

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

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

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

border-color css

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

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

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