#13666B

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

Shades of Blue Stone #13666B

Tints of Blue Stone #13666B

Color information

#13666B (or 0x13666B) is unknown color: approx Blue Stone. HEX triplet: 13, 66 and 6B. RGB value is (19,102,107). Sum of RGB (Red+Green+Blue) = 19+102+107=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #13666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13666B is #EC9994. Grayscale: #4D4D4D. Windows color (decimal): -15505813 or 7038483. OLE color: 7038483.

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

Color convert

RGB19102107-
CMYK0.820.0500.58
HSL183.41º69.84%24.71%-
HSV(B)183.41º82.24%41.96%-
XYZ7.6710.715.57-
YUV77.75144.586.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=8.33%
G=44.74%
B=46.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal191021070.820.0500.58183.4169.8424.71
Hex13666B52503Ab74619
Octal23146153122507226710631
Binary10011110011011010111010010101011101010110111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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