#14635C

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

Shades of Blue Stone #14635C

Tints of Blue Stone #14635C

Color information

#14635C (or 0x14635C) is unknown color: approx Blue Stone. HEX triplet: 14, 63 and 5C. RGB value is (20,99,92). Sum of RGB (Red+Green+Blue) = 20+99+92=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #14635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14635C is #EB9CA3. Grayscale: #4A4A4A. Windows color (decimal): -15441060 or 6054676. OLE color: 6054676.

HSL color Cylindrical-coordinate representation of color #14635C: hue angle of 174.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14635C is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB209992-
CMYK0.8000.070.61
HSL174.68º66.39%23.33%-
HSV(B)174.68º79.8%38.82%-
XYZ6.689.8511.67-
YUV74.58137.8389.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 99 (39.06% from 255) = 46.92%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=9.48%
G=46.92%
B=43.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099920.8000.070.61174.6866.3923.33
Hex14635C50073Daf4217
Octal24143134120077525710227
Binary10100110001110111001010000011111110110101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,99,92); }

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

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

 a { background-color: rgb(20,99,92); }

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

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

 span { border-color: rgb(20,99,92); }

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