Html Css Color HEX #14636C Blue Stone

📋 copy color: '#14636C'

red 20 ◦ green 99 ◦ blue 108

#14636C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #14636C

Tints of Blue Stone #14636C

RGB

 RED value IS 20 (8.2% from 255) = 8.81%

 GREEN value IS 99 (39.06% from 255) = 43.61%

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 8.81%
G = 43.61%
B = 47.58%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14636C (or 0x14636C) is known color: Blue Stone. HEX triplet: 14, 63 and 6C. RGB value is (20,99,108). Sum of RGB (Red+Green+Blue) = 20+99+108=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #14636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14636C is #EB9C93. Grayscale: #4C4C4C. Windows color (decimal): -15441044 or 7103252. OLE color: 7103252.

HSL color Cylindrical-coordinate representation of color #14636C: hue angle of 186.14º 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 #14636C is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 99 108 -
CMYK 0.81 0.08 0 0.58
HSL 186.14º 0.69% 0.25% -
HSV(B) 186.14º 0.81% 0.42% -
XYZ 7.46 10.16 15.75 -
YUV 76.41 145.83 87.77 -
System Red Green Blue C M Y K H S L
Decimal 20 99 108 0.81 0.08 0 0.58 186.14 0.69 0.25
Hex 14 63 6C 51 8 0 3A BA 45 19
Octal 24 143 154 121 10 0 72 272 105 31
Binary 10100 1100011 1101100 1010001 1000 0 111010 10111010 1000101 11001

Color Harmonies of #14636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14636C

Black with #14636C

Text Example


Text Example

White with #14636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14636C;
 }
 .AnyTagClassName
 {
   color: #14636C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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