#14555C

Color #14555C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #14555C

Tints of Blue Stone #14555C

Color information

#14555C (or 0x14555C) is unknown color: approx Blue Stone. HEX triplet: 14, 55 and 5C. RGB value is (20,85,92). Sum of RGB (Red+Green+Blue) = 20+85+92=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #14555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14555C is #EBAAA3. Grayscale: #424242. Windows color (decimal): -15444644 or 6051092. OLE color: 6051092.

HSL color Cylindrical-coordinate representation of color #14555C: hue angle of 185.83º degrees, saturation: 0.64, 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 #14555C is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB208592-
CMYK0.780.0800.64
HSL185.83º64.29%21.96%-
HSV(B)185.83º78.26%36.08%-
XYZ5.477.4211.27-
YUV66.36142.4794.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=10.15%
G=43.15%
B=46.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2085920.780.0800.64185.8364.2921.96
Hex14555C4E8040ba4016
Octal2412513411610010027210026
Binary1010010101011011100100111010000100000010111010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14555C;
 }
 .AnyTagClassName
 {
   color: #14555C;
 }
</style>
background-color css

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

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

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

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

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

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