#135964

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

Shades of Blue Stone #135964

Tints of Blue Stone #135964

Color information

#135964 (or 0x135964) is unknown color: approx Blue Stone. HEX triplet: 13, 59 and 64. RGB value is (19,89,100). Sum of RGB (Red+Green+Blue) = 19+89+100=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #135964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135964 is #ECA69B. Grayscale: #454545. Windows color (decimal): -15509148 or 6576403. OLE color: 6576403.

HSL color Cylindrical-coordinate representation of color #135964: hue angle of 188.15º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135964 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1989100-
CMYK0.810.1100.61
HSL188.15º68.07%23.33%-
HSV(B)188.15º81%39.22%-
XYZ6.148.213.32-
YUV69.32145.3192.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=9.13%
G=42.79%
B=48.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19891000.810.1100.61188.1568.0723.33
Hex13596451B03Dbc4417
Octal231311441211307527410427
Binary100111011001110010010100011011011110110111100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135964; }

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

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

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

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

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

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

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

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