#166368

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

Shades of Blue Stone #166368

Tints of Blue Stone #166368

Color information

#166368 (or 0x166368) is unknown color: approx Blue Stone. HEX triplet: 16, 63 and 68. RGB value is (22,99,104). Sum of RGB (Red+Green+Blue) = 22+99+104=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #166368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166368 is #E99C97. Grayscale: #4C4C4C. Windows color (decimal): -15309976 or 6841110. OLE color: 6841110.

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

Color convert

RGB2299104-
CMYK0.790.0500.59
HSL183.66º65.08%24.71%-
HSV(B)183.66º78.85%40.78%-
XYZ7.2910.0914.66-
YUV76.55143.4989.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=9.78%
G=44%
B=46.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22991040.790.0500.59183.6665.0824.71
Hex1663684F503Bb84119
Octal26143150117507327010131
Binary10110110001111010001001111101011101110111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166368; }

 p { color: rgb(22,99,104); }

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

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

 a { background-color: rgb(22,99,104); }

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

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

 span { border-color: rgb(22,99,104); }

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