Html Css Color HEX #165962 Blue Stone

📋 copy color: '#165962'

red 22 ◦ green 89 ◦ blue 98

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

Shades of Blue Stone #165962

Tints of Blue Stone #165962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 10.53%
G = 42.58%
B = 46.89%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#165962 (or 0x165962) is known color: Blue Stone. HEX triplet: 16, 59 and 62. RGB value is (22,89,98). Sum of RGB (Red+Green+Blue) = 22+89+98=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #165962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165962 is #E9A69D. Grayscale: #454545. Windows color (decimal): -15312542 or 6445334. OLE color: 6445334.

HSL color Cylindrical-coordinate representation of color #165962: hue angle of 187.11º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165962 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 89 98 -
CMYK 0.78 0.09 0 0.62
HSL 187.11º 0.63% 0.24% -
HSV(B) 187.11º 0.78% 0.38% -
XYZ 6.11 8.2 12.82 -
YUV 69.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 22 89 98 0.78 0.09 0 0.62 187.11 0.63 0.24
Hex 16 59 62 4E 9 0 3E BB 3F 18
Octal 26 131 142 116 11 0 76 273 77 30
Binary 10110 1011001 1100010 1001110 1001 0 111110 10111011 111111 11000

Color Harmonies of #165962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165962

Black with #165962

Text Example


Text Example

White with #165962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165962; }

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

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

background-color css

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

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

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

border-color css

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

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

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