#13636C

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

Shades of Blue Stone #13636C

Tints of Blue Stone #13636C

Color information

#13636C (or 0x13636C) is unknown color: approx Blue Stone. HEX triplet: 13, 63 and 6C. RGB value is (19,99,108). Sum of RGB (Red+Green+Blue) = 19+99+108=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #13636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13636C is #EC9C93. Grayscale: #4B4B4B. Windows color (decimal): -15506580 or 7103251. OLE color: 7103251.

HSL color Cylindrical-coordinate representation of color #13636C: hue angle of 186.07º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13636C is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1999108-
CMYK0.820.0800.58
HSL186.07º70.08%24.9%-
HSV(B)186.07º82.41%42.35%-
XYZ7.4410.1415.75-
YUV76.1114687.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=8.41%
G=43.81%
B=47.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19991080.820.0800.58186.0770.0824.9
Hex13636C52803Aba4619
Octal231431541221007227210631
Binary100111100011110110010100101000011101010111010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13636C; }

 p { color: rgb(19,99,108); }

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

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

 a { background-color: rgb(19,99,108); }

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

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

 span { border-color: rgb(19,99,108); }

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