#14616B

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

Shades of Blue Stone #14616B

Tints of Blue Stone #14616B

Color information

#14616B (or 0x14616B) is unknown color: approx Blue Stone. HEX triplet: 14, 61 and 6B. RGB value is (20,97,107). Sum of RGB (Red+Green+Blue) = 20+97+107=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #14616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14616B is #EB9E94. Grayscale: #4B4B4B. Windows color (decimal): -15441557 or 7037204. OLE color: 7037204.

HSL color Cylindrical-coordinate representation of color #14616B: hue angle of 186.9º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14616B is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2097107-
CMYK0.810.0900.58
HSL186.9º68.5%24.9%-
HSV(B)186.9º81.31%41.96%-
XYZ7.229.7615.41-
YUV75.12145.9988.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=8.93%
G=43.30%
B=47.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20971070.810.0900.58186.968.524.9
Hex14616B51903Abb4519
Octal241411531211107227310531
Binary101001100001110101110100011001011101010111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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