#145860

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

Shades of Blue Stone #145860

Tints of Blue Stone #145860

Color information

#145860 (or 0x145860) is unknown color: approx Blue Stone. HEX triplet: 14, 58 and 60. RGB value is (20,88,96). Sum of RGB (Red+Green+Blue) = 20+88+96=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #145860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145860 is #EBA79F. Grayscale: #444444. Windows color (decimal): -15443872 or 6314004. OLE color: 6314004.

HSL color Cylindrical-coordinate representation of color #145860: hue angle of 186.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145860 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB208896-
CMYK0.790.0800.62
HSL186.32º65.52%22.75%-
HSV(B)186.32º79.17%37.65%-
XYZ5.897.9712.29-
YUV68.58143.4793.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=9.80%
G=43.14%
B=47.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2088960.790.0800.62186.3265.5222.75
Hex1458604F803Eba4217
Octal241301401171007627210227
Binary101001011000110000010011111000011111010111010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145860; }

 p { color: rgb(20,88,96); }

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

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

 a { background-color: rgb(20,88,96); }

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

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

 span { border-color: rgb(20,88,96); }

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