#145F6C

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

Shades of Blue Stone #145F6C

Tints of Blue Stone #145F6C

Color information

#145F6C (or 0x145F6C) is unknown color: approx Blue Stone. HEX triplet: 14, 5F and 6C. RGB value is (20,95,108). Sum of RGB (Red+Green+Blue) = 20+95+108=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #145F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F6C is #EBA093. Grayscale: #494949. Windows color (decimal): -15442068 or 7102228. OLE color: 7102228.

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

Color convert

RGB2095108-
CMYK0.810.1200.58
HSL188.86º68.75%25.1%-
HSV(B)188.86º81.48%42.35%-
XYZ7.099.4215.63-
YUV74.06147.1589.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=8.97%
G=42.60%
B=48.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20951080.810.1200.58188.8668.7525.1
Hex145F6C51C03Abd4519
Octal241371541211407227510531
Binary101001011111110110010100011100011101010111101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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