#135D67

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

Shades of Blue Stone #135D67

Tints of Blue Stone #135D67

Color information

#135D67 (or 0x135D67) is unknown color: approx Blue Stone. HEX triplet: 13, 5D and 67. RGB value is (19,93,103). Sum of RGB (Red+Green+Blue) = 19+93+103=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #135D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135D67 is #ECA298. Grayscale: #474747. Windows color (decimal): -15508121 or 6774035. OLE color: 6774035.

HSL color Cylindrical-coordinate representation of color #135D67: hue angle of 187.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135D67 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1993103-
CMYK0.820.1000.60
HSL187.14º68.85%23.92%-
HSV(B)187.14º81.55%40.39%-
XYZ6.638.9514.21-
YUV72.01145.4890.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 103 (40.62% from 255) = 47.91%
R=8.84%
G=43.26%
B=47.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19931030.820.1000.60187.1468.8523.92
Hex135D6752A03Cbb4518
Octal231351471221207427310530
Binary100111011101110011110100101010011110010111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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