Html Css Color HEX #14585D Blue Stone

📋 copy color: '#14585D'

red 20 ◦ green 88 ◦ blue 93

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

Shades of Blue Stone #14585D

Tints of Blue Stone #14585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.78%

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

R = 9.95%
G = 43.78%
B = 46.27%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14585D (or 0x14585D) is known color: Blue Stone. HEX triplet: 14, 58 and 5D. RGB value is (20,88,93). Sum of RGB (Red+Green+Blue) = 20+88+93=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #14585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14585D is #EBA7A2. Grayscale: #444444. Windows color (decimal): -15443875 or 6117396. OLE color: 6117396.

HSL color Cylindrical-coordinate representation of color #14585D: hue angle of 184.11º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14585D is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 88 93 -
CMYK 0.78 0.05 0 0.64
HSL 184.11º 0.65% 0.22% -
HSV(B) 184.11º 0.78% 0.36% -
XYZ 5.75 7.92 11.58 -
YUV 68.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 20 88 93 0.78 0.05 0 0.64 184.11 0.65 0.22
Hex 14 58 5D 4E 5 0 40 B8 41 16
Octal 24 130 135 116 5 0 100 270 101 26
Binary 10100 1011000 1011101 1001110 101 0 1000000 10111000 1000001 10110

Color Harmonies of #14585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14585D

Black with #14585D

Text Example


Text Example

White with #14585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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