#135766

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

Shades of Blue Stone #135766

Tints of Blue Stone #135766

Color information

#135766 (or 0x135766) is unknown color: approx Blue Stone. HEX triplet: 13, 57 and 66. RGB value is (19,87,102). Sum of RGB (Red+Green+Blue) = 19+87+102=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #135766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135766 is #ECA899. Grayscale: #444444. Windows color (decimal): -15509658 or 6706963. OLE color: 6706963.

HSL color Cylindrical-coordinate representation of color #135766: hue angle of 190.84º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135766 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1987102-
CMYK0.810.1500.6
HSL190.84º68.6%23.73%-
HSV(B)190.84º81.37%40%-
XYZ6.087.9113.78-
YUV68.38146.9792.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=9.13%
G=41.83%
B=49.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19871020.810.1500.6190.8468.623.73
Hex13576651F03Cbf4518
Octal231271461211707427710530
Binary100111010111110011010100011111011110010111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135766; }

 p { color: rgb(19,87,102); }

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

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

 a { background-color: rgb(19,87,102); }

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

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

 span { border-color: rgb(19,87,102); }

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