Html Css Color HEX #135F5C Blue Stone

📋 copy color: '#135F5C'

red 19 ◦ green 95 ◦ blue 92

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

Shades of Blue Stone #135F5C

Tints of Blue Stone #135F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.66%

R = 9.22%
G = 46.12%
B = 44.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#135F5C (or 0x135F5C) is known color: Blue Stone. HEX triplet: 13, 5F and 5C. RGB value is (19,95,92). Sum of RGB (Red+Green+Blue) = 19+95+92=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #135F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F5C is #ECA0A3. Grayscale: #474747. Windows color (decimal): -15507620 or 6053651. OLE color: 6053651.

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

Color convert

RGB 19 95 92 -
CMYK 0.80 0 0.03 0.63
HSL 177.63º 0.67% 0.22% -
HSV(B) 177.63º 0.8% 0.37% -
XYZ 6.29 9.1 11.55 -
YUV 71.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 19 95 92 0.80 0 0.03 0.63 177.63 0.67 0.22
Hex 13 5F 5C 50 0 3 3F B2 43 16
Octal 23 137 134 120 0 3 77 262 103 26
Binary 10011 1011111 1011100 1010000 0 11 111111 10110010 1000011 10110

Color Harmonies of #135F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F5C

Black with #135F5C

Text Example


Text Example

White with #135F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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