#135968

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

Shades of Blue Stone #135968

Tints of Blue Stone #135968

Color information

#135968 (or 0x135968) is unknown color: approx Blue Stone. HEX triplet: 13, 59 and 68. RGB value is (19,89,104). Sum of RGB (Red+Green+Blue) = 19+89+104=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #135968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135968 is #ECA697. Grayscale: #454545. Windows color (decimal): -15509144 or 6838547. OLE color: 6838547.

HSL color Cylindrical-coordinate representation of color #135968: hue angle of 190.59º 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 #135968 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1989104-
CMYK0.820.1400.59
HSL190.59º69.11%24.12%-
HSV(B)190.59º81.73%40.78%-
XYZ6.348.2814.36-
YUV69.78147.3191.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=8.96%
G=41.98%
B=49.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19891040.820.1400.59190.5969.1124.12
Hex13596852E03Bbf4518
Octal231311501221607327710530
Binary100111011001110100010100101110011101110111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135968; }

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

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

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

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

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

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

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

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