#146967

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

Shades of Blue Stone #146967

Tints of Blue Stone #146967

Color information

#146967 (or 0x146967) is unknown color: approx Blue Stone. HEX triplet: 14, 69 and 67. RGB value is (20,105,103). Sum of RGB (Red+Green+Blue) = 20+105+103=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #146967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146967 is #EB9698. Grayscale: #4F4F4F. Windows color (decimal): -15439513 or 6777108. OLE color: 6777108.

HSL color Cylindrical-coordinate representation of color #146967: hue angle of 178.59º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146967 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB20105103-
CMYK0.8100.020.59
HSL178.59º68%24.51%-
HSV(B)178.59º80.95%41.18%-
XYZ7.7911.2314.59-
YUV79.36141.3485.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 105 (41.41% from 255) = 46.05%
BLUE value IS 103 (40.62% from 255) = 45.18%
R=8.77%
G=46.05%
B=45.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal201051030.8100.020.59178.596824.51
Hex14696751023Bb34419
Octal24151147121027326310431
Binary1010011010011100111101000101011101110110011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146967; }

 p { color: rgb(20,105,103); }

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

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

 a { background-color: rgb(20,105,103); }

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

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

 span { border-color: rgb(20,105,103); }

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