#145F6B

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

Shades of Blue Stone #145F6B

Tints of Blue Stone #145F6B

Color information

#145F6B (or 0x145F6B) is unknown color: approx Blue Stone. HEX triplet: 14, 5F and 6B. RGB value is (20,95,107). Sum of RGB (Red+Green+Blue) = 20+95+107=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #145F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F6B is #EBA094. Grayscale: #494949. Windows color (decimal): -15442069 or 7036692. OLE color: 7036692.

HSL color Cylindrical-coordinate representation of color #145F6B: hue angle of 188.28º 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 #145F6B is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2095107-
CMYK0.810.1100.58
HSL188.28º68.5%24.9%-
HSV(B)188.28º81.31%41.96%-
XYZ7.039.3915.35-
YUV73.94146.6589.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 95 (37.5% from 255) = 42.79%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=9.01%
G=42.79%
B=48.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20951070.810.1100.58188.2868.524.9
Hex145F6B51B03Abc4519
Octal241371531211307227410531
Binary101001011111110101110100011011011101010111100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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