#145d69

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

Shades of Blue Stone #145D69

Tints of Blue Stone #145D69

Color information

#145D69 (or 0x145D69) is unknown color: approx Blue Stone. HEX triplet: 14, 5D and 69. RGB value is (20,93,105). Sum of RGB (Red+Green+Blue) = 20+93+105=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #145D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D69 is #EBA296. Grayscale: #484848. Windows color (decimal): -15442583 or 6905108. OLE color: 6905108.

HSL color Cylindrical-coordinate representation of color #145D69: hue angle of 188.47º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145D69 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2093105-
CMYK0.810.1100.59
HSL188.47º68%24.51%-
HSV(B)188.47º80.95%41.18%-
XYZ6.75914.75-
YUV72.54146.3290.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=9.17%
G=42.66%
B=48.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20931050.810.1100.59188.476824.51
Hex145D6951B03Bbc4419
Octal241351511211307327410431
Binary101001011101110100110100011011011101110111100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145d69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145d69; }

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

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

<style>
 a { background-color: #145d69; }

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

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

<style>
 span { border-color: #145d69; }

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

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