Html Css Color HEX #14585E Blue Stone

📋 copy color: '#14585E'

red 20 ◦ green 88 ◦ blue 94

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

Shades of Blue Stone #14585E

Tints of Blue Stone #14585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 9.9%
G = 43.56%
B = 46.53%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14585E (or 0x14585E) is known color: Blue Stone. HEX triplet: 14, 58 and 5E. RGB value is (20,88,94). Sum of RGB (Red+Green+Blue) = 20+88+94=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #14585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14585E is #EBA7A1. Grayscale: #444444. Windows color (decimal): -15443874 or 6182932. OLE color: 6182932.

HSL color Cylindrical-coordinate representation of color #14585E: hue angle of 184.86º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14585E is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 88 94 -
CMYK 0.79 0.06 0 0.63
HSL 184.86º 0.65% 0.22% -
HSV(B) 184.86º 0.79% 0.37% -
XYZ 5.8 7.94 11.82 -
YUV 68.35 142.47 93.51 -
System Red Green Blue C M Y K H S L
Decimal 20 88 94 0.79 0.06 0 0.63 184.86 0.65 0.22
Hex 14 58 5E 4F 6 0 3F B9 41 16
Octal 24 130 136 117 6 0 77 271 101 26
Binary 10100 1011000 1011110 1001111 110 0 111111 10111001 1000001 10110

Color Harmonies of #14585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14585E

Black with #14585E

Text Example


Text Example

White with #14585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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