Html Css Color HEX #135E61 Blue Stone

📋 copy color: '#135E61'

red 19 ◦ green 94 ◦ blue 97

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

Shades of Blue Stone #135E61

Tints of Blue Stone #135E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.76%

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

R = 9.05%
G = 44.76%
B = 46.19%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#135E61 (or 0x135E61) is known color: Blue Stone. HEX triplet: 13, 5E and 61. RGB value is (19,94,97). Sum of RGB (Red+Green+Blue) = 19+94+97=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #135E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E61 is #ECA19E. Grayscale: #474747. Windows color (decimal): -15507871 or 6381075. OLE color: 6381075.

HSL color Cylindrical-coordinate representation of color #135E61: hue angle of 182.31º 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 #135E61 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 94 97 -
CMYK 0.80 0.03 0 0.62
HSL 182.31º 0.67% 0.23% -
HSV(B) 182.31º 0.8% 0.38% -
XYZ 6.43 9.01 12.71 -
YUV 71.92 142.15 90.26 -
System Red Green Blue C M Y K H S L
Decimal 19 94 97 0.80 0.03 0 0.62 182.31 0.67 0.23
Hex 13 5E 61 50 3 0 3E B6 43 17
Octal 23 136 141 120 3 0 76 266 103 27
Binary 10011 1011110 1100001 1010000 11 0 111110 10110110 1000011 10111

Color Harmonies of #135E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E61

Black with #135E61

Text Example


Text Example

White with #135E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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