#135666

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

Shades of Blue Stone #135666

Tints of Blue Stone #135666

Color information

#135666 (or 0x135666) is unknown color: approx Blue Stone. HEX triplet: 13, 56 and 66. RGB value is (19,86,102). Sum of RGB (Red+Green+Blue) = 19+86+102=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #135666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135666 is #ECA999. Grayscale: #434343. Windows color (decimal): -15509914 or 6706707. OLE color: 6706707.

HSL color Cylindrical-coordinate representation of color #135666: hue angle of 191.57º 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 #135666 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1986102-
CMYK0.810.1600.6
HSL191.57º68.6%23.73%-
HSV(B)191.57º81.37%40%-
XYZ5.997.7513.75-
YUV67.79147.393.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 86 (33.98% from 255) = 41.55%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=9.18%
G=41.55%
B=49.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19861020.810.1600.6191.5768.623.73
Hex135666511003Cc04518
Octal231261461212007430010530
Binary1001110101101100110101000110000011110011000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135666; }

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

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

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

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

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

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

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

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