Html Css Color HEX #166359 Blue Stone

📋 copy color: '#166359'

red 22 ◦ green 99 ◦ blue 89

#166359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #166359

Tints of Blue Stone #166359

RGB

 RED value IS 22 (8.98% from 255) = 10.48%

 GREEN value IS 99 (39.06% from 255) = 47.14%

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 10.48%
G = 47.14%
B = 42.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#166359 (or 0x166359) is known color: Blue Stone. HEX triplet: 16, 63 and 59. RGB value is (22,99,89). Sum of RGB (Red+Green+Blue) = 22+99+89=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #166359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166359 is #E99CA6. Grayscale: #4A4A4A. Windows color (decimal): -15309991 or 5858070. OLE color: 5858070.

HSL color Cylindrical-coordinate representation of color #166359: hue angle of 172.21º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166359 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 99 89 -
CMYK 0.78 0 0.10 0.61
HSL 172.21º 0.64% 0.24% -
HSV(B) 172.21º 0.78% 0.39% -
XYZ 6.6 9.82 11 -
YUV 74.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 22 99 89 0.78 0 0.10 0.61 172.21 0.64 0.24
Hex 16 63 59 4E 0 A 3D AC 40 18
Octal 26 143 131 116 0 12 75 254 100 30
Binary 10110 1100011 1011001 1001110 0 1010 111101 10101100 1000000 11000

Color Harmonies of #166359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166359

Black with #166359

Text Example


Text Example

White with #166359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166359; }

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

 H1.HeaderClassName
 {
   color: #166359;
 }
 .AnyTagClassName
 {
   color: #166359;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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