#146269

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

Shades of Blue Stone #146269

Tints of Blue Stone #146269

Color information

#146269 (or 0x146269) is unknown color: approx Blue Stone. HEX triplet: 14, 62 and 69. RGB value is (20,98,105). Sum of RGB (Red+Green+Blue) = 20+98+105=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #146269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146269 is #EB9D96. Grayscale: #4B4B4B. Windows color (decimal): -15441303 or 6906388. OLE color: 6906388.

HSL color Cylindrical-coordinate representation of color #146269: hue angle of 184.94º 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 #146269 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2098105-
CMYK0.810.0700.59
HSL184.94º68%24.51%-
HSV(B)184.94º80.95%41.18%-
XYZ7.219.914.9-
YUV75.48144.6688.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=8.97%
G=43.95%
B=47.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20981050.810.0700.59184.946824.51
Hex14626951703Bb94419
Octal24142151121707327110431
Binary10100110001011010011010001111011101110111001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146269; }

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

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

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

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

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

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

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

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