#146058

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

Shades of Blue Stone #146058

Tints of Blue Stone #146058

Color information

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

HSL color Cylindrical-coordinate representation of color #146058: hue angle of 173.68º 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 #146058 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB209688-
CMYK0.7900.080.62
HSL173.68º65.52%22.75%-
HSV(B)173.68º79.17%37.65%-
XYZ6.239.2210.68-
YUV72.36136.8290.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096880.7900.080.62173.6865.5222.75
Hex1460584F083Eae4217
Octal241401301170107625610227
Binary101001100000101100010011110100011111010101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146058; }

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

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

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

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

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

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

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

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