Html Css Color HEX #165963 Blue Stone

📋 copy color: '#165963'

red 22 ◦ green 89 ◦ blue 99

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

Shades of Blue Stone #165963

Tints of Blue Stone #165963

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #165963: hue angle of 187.79º 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 #165963 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 89 99 -
CMYK 0.78 0.10 0 0.61
HSL 187.79º 0.64% 0.24% -
HSV(B) 187.79º 0.78% 0.39% -
XYZ 6.16 8.22 13.07 -
YUV 70.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 22 89 99 0.78 0.10 0 0.61 187.79 0.64 0.24
Hex 16 59 63 4E A 0 3D BC 40 18
Octal 26 131 143 116 12 0 75 274 100 30
Binary 10110 1011001 1100011 1001110 1010 0 111101 10111100 1000000 11000

Color Harmonies of #165963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165963

Black with #165963

Text Example


Text Example

White with #165963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165963; }

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

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

background-color css

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

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

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

border-color css

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

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

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