#146268

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

Shades of Blue Stone #146268

Tints of Blue Stone #146268

Color information

#146268 (or 0x146268) is unknown color: approx Blue Stone. HEX triplet: 14, 62 and 68. RGB value is (20,98,104). Sum of RGB (Red+Green+Blue) = 20+98+104=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #146268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146268 is #EB9D97. Grayscale: #4B4B4B. Windows color (decimal): -15441304 or 6840852. OLE color: 6840852.

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

Color convert

RGB2098104-
CMYK0.810.0600.59
HSL184.29º67.74%24.31%-
HSV(B)184.29º80.77%40.78%-
XYZ7.159.8814.63-
YUV75.36144.1688.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=9.01%
G=44.14%
B=46.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20981040.810.0600.59184.2967.7424.31
Hex14626851603Bb84418
Octal24142150121607327010430
Binary10100110001011010001010001110011101110111000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146268; }

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

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

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

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

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

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

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

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