#13616B

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

Shades of Blue Stone #13616B

Tints of Blue Stone #13616B

Color information

#13616B (or 0x13616B) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 6B. RGB value is (19,97,107). Sum of RGB (Red+Green+Blue) = 19+97+107=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #13616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13616B is #EC9E94. Grayscale: #4A4A4A. Windows color (decimal): -15507093 or 7037203. OLE color: 7037203.

HSL color Cylindrical-coordinate representation of color #13616B: hue angle of 186.82º 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 #13616B is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1997107-
CMYK0.820.0900.58
HSL186.82º69.84%24.71%-
HSV(B)186.82º82.24%41.96%-
XYZ7.29.7515.41-
YUV74.82146.1688.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=8.52%
G=43.50%
B=47.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19971070.820.0900.58186.8269.8424.71
Hex13616B52903Abb4619
Octal231411531221107227310631
Binary100111100001110101110100101001011101010111011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,97,107); }

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

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

 a { background-color: rgb(19,97,107); }

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

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

 span { border-color: rgb(19,97,107); }

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