Html Css Color HEX #14665D Blue Stone

📋 copy color: '#14665D'

red 20 ◦ green 102 ◦ blue 93

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

Shades of Blue Stone #14665D

Tints of Blue Stone #14665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.44%

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 9.3%
G = 47.44%
B = 43.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#14665D (or 0x14665D) is known color: Blue Stone. HEX triplet: 14, 66 and 5D. RGB value is (20,102,93). Sum of RGB (Red+Green+Blue) = 20+102+93=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #14665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14665D is #EB99A2. Grayscale: #4C4C4C. Windows color (decimal): -15440291 or 6120980. OLE color: 6120980.

HSL color Cylindrical-coordinate representation of color #14665D: hue angle of 173.41º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14665D is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 102 93 -
CMYK 0.80 0 0.09 0.6
HSL 173.41º 0.67% 0.24% -
HSV(B) 173.41º 0.8% 0.4% -
XYZ 7.02 10.44 12 -
YUV 76.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 20 102 93 0.80 0 0.09 0.6 173.41 0.67 0.24
Hex 14 66 5D 50 0 9 3C AD 43 18
Octal 24 146 135 120 0 11 74 255 103 30
Binary 10100 1100110 1011101 1010000 0 1001 111100 10101101 1000011 11000

Color Harmonies of #14665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14665D

Black with #14665D

Text Example


Text Example

White with #14665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14665D; }

 p { color: rgb(20,102,93); }

 H1.HeaderClassName
 {
   color: #14665D;
 }
 .AnyTagClassName
 {
   color: #14665D;
 }
</style>

background-color css

<style>
 a { background-color: #14665D; }

 a { background-color: rgb(20,102,93); }

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

border-color css

<style>
 span { border-color: #14665D; }

 span { border-color: rgb(20,102,93); }

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