#145D68

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

Shades of Blue Stone #145D68

Tints of Blue Stone #145D68

Color information

#145D68 (or 0x145D68) is unknown color: approx Blue Stone. HEX triplet: 14, 5D and 68. RGB value is (20,93,104). Sum of RGB (Red+Green+Blue) = 20+93+104=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #145D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D68 is #EBA297. Grayscale: #484848. Windows color (decimal): -15442584 or 6839572. OLE color: 6839572.

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

Color convert

RGB2093104-
CMYK0.810.1100.59
HSL187.86º67.74%24.31%-
HSV(B)187.86º80.77%40.78%-
XYZ6.78.9814.48-
YUV72.43145.8290.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=9.22%
G=42.86%
B=47.93%

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
Decimal20931040.810.1100.59187.8667.7424.31
Hex145D6851B03Bbc4418
Octal241351501211307327410430
Binary101001011101110100010100011011011101110111100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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