Html Css Color HEX #135A5E Blue Stone

📋 copy color: '#135A5E'

red 19 ◦ green 90 ◦ blue 94

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

Shades of Blue Stone #135A5E

Tints of Blue Stone #135A5E

RGB

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

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

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

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

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

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

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

Color convert

RGB 19 90 94 -
CMYK 0.80 0.04 0 0.63
HSL 183.2º 0.66% 0.22% -
HSV(B) 183.2º 0.8% 0.37% -
XYZ 5.95 8.26 11.87 -
YUV 69.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 19 90 94 0.80 0.04 0 0.63 183.2 0.66 0.22
Hex 13 5A 5E 50 4 0 3F B7 42 16
Octal 23 132 136 120 4 0 77 267 102 26
Binary 10011 1011010 1011110 1010000 100 0 111111 10110111 1000010 10110

Color Harmonies of #135A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A5E

Black with #135A5E

Text Example


Text Example

White with #135A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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