#14665B

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

Shades of Blue Stone #14665B

Tints of Blue Stone #14665B

Color information

#14665B (or 0x14665B) is unknown color: approx Blue Stone. HEX triplet: 14, 66 and 5B. RGB value is (20,102,91). Sum of RGB (Red+Green+Blue) = 20+102+91=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #14665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14665B is #EB99A4. Grayscale: #4C4C4C. Windows color (decimal): -15440293 or 5989908. OLE color: 5989908.

HSL color Cylindrical-coordinate representation of color #14665B: hue angle of 171.95º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14665B is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB2010291-
CMYK0.8000.110.6
HSL171.95º67.21%23.92%-
HSV(B)171.95º80.39%40%-
XYZ6.9310.4111.54-
YUV76.23136.3387.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=9.39%
G=47.89%
B=42.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102910.8000.110.6171.9567.2123.92
Hex14665B500B3Cac4318
Octal241461331200137425410330
Binary101001100110101101110100000101111110010101100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,102,91); }

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

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

 a { background-color: rgb(20,102,91); }

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

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

 span { border-color: rgb(20,102,91); }

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