#13655F

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

Shades of Blue Stone #13655F

Tints of Blue Stone #13655F

Color information

#13655F (or 0x13655F) is unknown color: approx Blue Stone. HEX triplet: 13, 65 and 5F. RGB value is (19,101,95). Sum of RGB (Red+Green+Blue) = 19+101+95=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #13655F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13655F is #EC9AA0. Grayscale: #4B4B4B. Windows color (decimal): -15506081 or 6251795. OLE color: 6251795.

HSL color Cylindrical-coordinate representation of color #13655F: hue angle of 175.61º 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 #13655F is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1910195-
CMYK0.8100.060.60
HSL175.61º68.33%23.53%-
HSV(B)175.61º81.19%39.61%-
XYZ6.9910.2712.44-
YUV75.8138.8387.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=8.84%
G=46.98%
B=44.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101950.8100.060.60175.6168.3323.53
Hex13655F51063Cb04418
Octal23145137121067426010430
Binary10011110010110111111010001011011110010110000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13655F; }

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

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

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

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

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

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

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

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