#14535D

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

Shades of Blue Stone #14535D

Tints of Blue Stone #14535D

Color information

#14535D (or 0x14535D) is unknown color: approx Blue Stone. HEX triplet: 14, 53 and 5D. RGB value is (20,83,93). Sum of RGB (Red+Green+Blue) = 20+83+93=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #14535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14535D is #EBACA2. Grayscale: #414141. Windows color (decimal): -15445155 or 6116116. OLE color: 6116116.

HSL color Cylindrical-coordinate representation of color #14535D: hue angle of 188.22º 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 #14535D is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB208393-
CMYK0.780.1100.64
HSL188.22º64.6%22.16%-
HSV(B)188.22º78.49%36.47%-
XYZ5.367.1311.45-
YUV65.3143.6395.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=10.20%
G=42.35%
B=47.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2083930.780.1100.64188.2264.622.16
Hex14535D4EB040bc4116
Octal2412313511613010027410126
Binary1010010100111011101100111010110100000010111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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