#135E67

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

Shades of Blue Stone #135E67

Tints of Blue Stone #135E67

Color information

#135E67 (or 0x135E67) is unknown color: approx Blue Stone. HEX triplet: 13, 5E and 67. RGB value is (19,94,103). Sum of RGB (Red+Green+Blue) = 19+94+103=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #135E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E67 is #ECA198. Grayscale: #484848. Windows color (decimal): -15507865 or 6774291. OLE color: 6774291.

HSL color Cylindrical-coordinate representation of color #135E67: hue angle of 186.43º 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 #135E67 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1994103-
CMYK0.820.0900.60
HSL186.43º68.85%23.92%-
HSV(B)186.43º81.55%40.39%-
XYZ6.729.1214.24-
YUV72.6145.1589.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 94 (37.11% from 255) = 43.52%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=8.80%
G=43.52%
B=47.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19941030.820.0900.60186.4368.8523.92
Hex135E6752903Cba4518
Octal231361471221107427210530
Binary100111011110110011110100101001011110010111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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