Html Css Color HEX #135E5A Blue Stone

📋 copy color: '#135E5A'

red 19 ◦ green 94 ◦ blue 90

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

Shades of Blue Stone #135E5A

Tints of Blue Stone #135E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 9.36%
G = 46.31%
B = 44.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#135E5A (or 0x135E5A) is known color: Blue Stone. HEX triplet: 13, 5E and 5A. RGB value is (19,94,90). Sum of RGB (Red+Green+Blue) = 19+94+90=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 94 - color contains mainly: green. Hex color #135E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E5A is #ECA1A5. Grayscale: #474747. Windows color (decimal): -15507878 or 5922323. OLE color: 5922323.

HSL color Cylindrical-coordinate representation of color #135E5A: hue angle of 176.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E5A is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 94 90 -
CMYK 0.80 0 0.04 0.63
HSL 176.8º 0.66% 0.22% -
HSV(B) 176.8º 0.8% 0.37% -
XYZ 6.12 8.88 11.06 -
YUV 71.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 19 94 90 0.80 0 0.04 0.63 176.8 0.66 0.22
Hex 13 5E 5A 50 0 4 3F B1 42 16
Octal 23 136 132 120 0 4 77 261 102 26
Binary 10011 1011110 1011010 1010000 0 100 111111 10110001 1000010 10110

Color Harmonies of #135E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135E5A

Black with #135E5A

Text Example


Text Example

White with #135E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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