Html Css Color HEX #14615C Blue Stone

📋 copy color: '#14615C'

red 20 ◦ green 97 ◦ blue 92

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

Shades of Blue Stone #14615C

Tints of Blue Stone #14615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

 BLUE value IS 92 (36.33% from 255) = 44.02%

R = 9.57%
G = 46.41%
B = 44.02%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#14615C (or 0x14615C) is known color: Blue Stone. HEX triplet: 14, 61 and 5C. RGB value is (20,97,92). Sum of RGB (Red+Green+Blue) = 20+97+92=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #14615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14615C is #EB9EA3. Grayscale: #494949. Windows color (decimal): -15441572 or 6054164. OLE color: 6054164.

HSL color Cylindrical-coordinate representation of color #14615C: hue angle of 176.1º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14615C is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 97 92 -
CMYK 0.79 0 0.05 0.62
HSL 176.1º 0.66% 0.23% -
HSV(B) 176.1º 0.79% 0.38% -
XYZ 6.49 9.47 11.61 -
YUV 73.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 20 97 92 0.79 0 0.05 0.62 176.1 0.66 0.23
Hex 14 61 5C 4F 0 5 3E B0 42 17
Octal 24 141 134 117 0 5 76 260 102 27
Binary 10100 1100001 1011100 1001111 0 101 111110 10110000 1000010 10111

Color Harmonies of #14615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14615C

Black with #14615C

Text Example


Text Example

White with #14615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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