#145D6B

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

Shades of Blue Stone #145D6B

Tints of Blue Stone #145D6B

Color information

#145D6B (or 0x145D6B) is unknown color: approx Blue Stone. HEX triplet: 14, 5D and 6B. RGB value is (20,93,107). Sum of RGB (Red+Green+Blue) = 20+93+107=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #145D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D6B is #EBA294. Grayscale: #484848. Windows color (decimal): -15442581 or 7036180. OLE color: 7036180.

HSL color Cylindrical-coordinate representation of color #145D6B: hue angle of 189.66º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145D6B is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2093107-
CMYK0.810.1300.58
HSL189.66º68.5%24.9%-
HSV(B)189.66º81.31%41.96%-
XYZ6.869.0415.29-
YUV72.77147.3290.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 107 (42.19% from 255) = 48.64%
R=9.09%
G=42.27%
B=48.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20931070.810.1300.58189.6668.524.9
Hex145D6B51D03Abe4519
Octal241351531211507227610531
Binary101001011101110101110100011101011101010111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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