Html Css Color HEX #14636E Blue Stone

📋 copy color: '#14636E'

red 20 ◦ green 99 ◦ blue 110

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

Shades of Blue Stone #14636E

Tints of Blue Stone #14636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 8.73%
G = 43.23%
B = 48.03%

CMYK

 C value IS 0.82

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14636E (or 0x14636E) is known color: Blue Stone. HEX triplet: 14, 63 and 6E. RGB value is (20,99,110). Sum of RGB (Red+Green+Blue) = 20+99+110=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #14636E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14636E is #EB9C91. Grayscale: #4C4C4C. Windows color (decimal): -15441042 or 7234324. OLE color: 7234324.

HSL color Cylindrical-coordinate representation of color #14636E: hue angle of 187.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14636E is Cyan = 0.82, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 99 110 -
CMYK 0.82 0.1 0 0.57
HSL 187.33º 0.69% 0.25% -
HSV(B) 187.33º 0.82% 0.43% -
XYZ 7.56 10.2 16.32 -
YUV 76.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 20 99 110 0.82 0.1 0 0.57 187.33 0.69 0.25
Hex 14 63 6E 52 A 0 39 BB 45 19
Octal 24 143 156 122 12 0 71 273 105 31
Binary 10100 1100011 1101110 1010010 1010 0 111001 10111011 1000101 11001

Color Harmonies of #14636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14636E

Black with #14636E

Text Example


Text Example

White with #14636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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