Html Css Color HEX #176066 Blue Stone

📋 copy color: '#176066'

red 23 ◦ green 96 ◦ blue 102

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

Shades of Blue Stone #176066

Tints of Blue Stone #176066

RGB

 RED value IS 23 (9.38% from 255) = 10.41%

 GREEN value IS 96 (37.89% from 255) = 43.44%

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 10.41%
G = 43.44%
B = 46.15%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#176066 (or 0x176066) is known color: Blue Stone. HEX triplet: 17, 60 and 66. RGB value is (23,96,102). Sum of RGB (Red+Green+Blue) = 23+96+102=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #176066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176066 is #E89F99. Grayscale: #4A4A4A. Windows color (decimal): -15245210 or 6709271. OLE color: 6709271.

HSL color Cylindrical-coordinate representation of color #176066: hue angle of 184.56º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176066 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 96 102 -
CMYK 0.77 0.06 0 0.6
HSL 184.56º 0.63% 0.25% -
HSV(B) 184.56º 0.77% 0.4% -
XYZ 6.93 9.51 14.04 -
YUV 74.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 23 96 102 0.77 0.06 0 0.6 184.56 0.63 0.25
Hex 17 60 66 4D 6 0 3C B9 3F 19
Octal 27 140 146 115 6 0 74 271 77 31
Binary 10111 1100000 1100110 1001101 110 0 111100 10111001 111111 11001

Color Harmonies of #176066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176066

Black with #176066

Text Example


Text Example

White with #176066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176066; }

 p { color: rgb(23,96,102); }

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

background-color css

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

 a { background-color: rgb(23,96,102); }

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

border-color css

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

 span { border-color: rgb(23,96,102); }

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