#13655B

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

Shades of Blue Stone #13655B

Tints of Blue Stone #13655B

Color information

#13655B (or 0x13655B) is unknown color: approx Blue Stone. HEX triplet: 13, 65 and 5B. RGB value is (19,101,91). Sum of RGB (Red+Green+Blue) = 19+101+91=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #13655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13655B is #EC9AA4. Grayscale: #4B4B4B. Windows color (decimal): -15506085 or 5989651. OLE color: 5989651.

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

Color convert

RGB1910191-
CMYK0.8100.100.60
HSL172.68º68.33%23.53%-
HSV(B)172.68º81.19%39.61%-
XYZ6.8110.211.51-
YUV75.34136.8387.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 101 (39.84% from 255) = 47.87%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=9.00%
G=47.87%
B=43.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101910.8100.100.60172.6868.3323.53
Hex13655B510A3Cad4418
Octal231451331210127425510430
Binary100111100101101101110100010101011110010101101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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