#145658

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

Shades of Blue Stone #145658

Tints of Blue Stone #145658

Color information

#145658 (or 0x145658) is unknown color: approx Blue Stone. HEX triplet: 14, 56 and 58. RGB value is (20,86,88). Sum of RGB (Red+Green+Blue) = 20+86+88=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #145658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145658 is #EBA9A7. Grayscale: #424242. Windows color (decimal): -15444392 or 5789204. OLE color: 5789204.

HSL color Cylindrical-coordinate representation of color #145658: hue angle of 181.76º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145658 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB208688-
CMYK0.770.0200.65
HSL181.76º62.96%21.18%-
HSV(B)181.76º77.27%34.51%-
XYZ5.387.5110.4-
YUV66.49140.1394.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=10.31%
G=44.33%
B=45.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2086880.770.0200.65181.7662.9621.18
Hex1456584D2041b63f15
Octal24126130115201012667725
Binary1010010101101011000100110110010000011011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145658; }

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

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

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

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

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

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

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

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