#135F68

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

Shades of Blue Stone #135F68

Tints of Blue Stone #135F68

Color information

#135F68 (or 0x135F68) is unknown color: approx Blue Stone. HEX triplet: 13, 5F and 68. RGB value is (19,95,104). Sum of RGB (Red+Green+Blue) = 19+95+104=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #135F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F68 is #ECA097. Grayscale: #494949. Windows color (decimal): -15507608 or 6840083. OLE color: 6840083.

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

Color convert

RGB1995104-
CMYK0.820.0900.59
HSL186.35º69.11%24.12%-
HSV(B)186.35º81.73%40.78%-
XYZ6.869.3214.53-
YUV73.3145.3289.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=8.72%
G=43.58%
B=47.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19951040.820.0900.59186.3569.1124.12
Hex135F6852903Bba4518
Octal231371501221107327210530
Binary100111011111110100010100101001011101110111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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