#136465

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

Shades of Blue Stone #136465

Tints of Blue Stone #136465

Color information

#136465 (or 0x136465) is unknown color: approx Blue Stone. HEX triplet: 13, 64 and 65. RGB value is (19,100,101). Sum of RGB (Red+Green+Blue) = 19+100+101=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #136465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136465 is #EC9B9A. Grayscale: #4B4B4B. Windows color (decimal): -15506331 or 6644755. OLE color: 6644755.

HSL color Cylindrical-coordinate representation of color #136465: hue angle of 180.73º degrees, saturation: 0.68, 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 #136465 is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB19100101-
CMYK0.810.0100.60
HSL180.73º68.33%23.53%-
HSV(B)180.73º81.19%39.61%-
XYZ7.1710.1913.9-
YUV75.9142.1687.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=8.64%
G=45.45%
B=45.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal191001010.810.0100.60180.7368.3323.53
Hex13646551103Cb54418
Octal23144145121107426510430
Binary100111100100110010110100011011110010110101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136465; }

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

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

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

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

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

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

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

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