#135D62

Color #135D62 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #135D62

Tints of Blue Stone #135D62

Color information

#135D62 (or 0x135D62) is unknown color: approx Blue Stone. HEX triplet: 13, 5D and 62. RGB value is (19,93,98). Sum of RGB (Red+Green+Blue) = 19+93+98=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #135D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D62 is #ECA29D. Grayscale: #474747. Windows color (decimal): -15508126 or 6446355. OLE color: 6446355.

HSL color Cylindrical-coordinate representation of color #135D62: hue angle of 183.8º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135D62 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB199398-
CMYK0.810.0500.62
HSL183.8º67.52%22.94%-
HSV(B)183.8º80.61%38.43%-
XYZ6.398.8512.93-
YUV71.44142.9890.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=9.05%
G=44.29%
B=46.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1993980.810.0500.62183.867.5222.94
Hex135D6251503Eb84417
Octal23135142121507627010427
Binary10011101110111000101010001101011111010111000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,93,98); }

 H1.HeaderClassName
 {
   color: #135D62;
 }
 .AnyTagClassName
 {
   color: #135D62;
 }
</style>
background-color css

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

 a { background-color: rgb(19,93,98); }

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

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

 span { border-color: rgb(19,93,98); }

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