Html Css Color HEX #14615B Blue Stone

📋 copy color: '#14615B'

red 20 ◦ green 97 ◦ blue 91

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

Shades of Blue Stone #14615B

Tints of Blue Stone #14615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 9.62%
G = 46.63%
B = 43.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#14615B (or 0x14615B) is known color: Blue Stone. HEX triplet: 14, 61 and 5B. RGB value is (20,97,91). Sum of RGB (Red+Green+Blue) = 20+97+91=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #14615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14615B is #EB9EA4. Grayscale: #494949. Windows color (decimal): -15441573 or 5988628. OLE color: 5988628.

HSL color Cylindrical-coordinate representation of color #14615B: hue angle of 175.32º 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 #14615B is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 97 91 -
CMYK 0.79 0 0.06 0.62
HSL 175.32º 0.66% 0.23% -
HSV(B) 175.32º 0.79% 0.38% -
XYZ 6.45 9.45 11.38 -
YUV 73.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 20 97 91 0.79 0 0.06 0.62 175.32 0.66 0.23
Hex 14 61 5B 4F 0 6 3E AF 42 17
Octal 24 141 133 117 0 6 76 257 102 27
Binary 10100 1100001 1011011 1001111 0 110 111110 10101111 1000010 10111

Color Harmonies of #14615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14615B

Black with #14615B

Text Example


Text Example

White with #14615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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