Html Css Color HEX #173166 Sapphire

📋 copy color: '#173166'

red 23 ◦ green 49 ◦ blue 102

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

Shades of Sapphire #173166

Tints of Sapphire #173166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

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

R = 13.22%
G = 28.16%
B = 58.62%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#173166 (or 0x173166) is known color: Sapphire. HEX triplet: 17, 31 and 66. RGB value is (23,49,102). Sum of RGB (Red+Green+Blue) = 23+49+102=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #173166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173166 is #E8CE99. Grayscale: #2F2F2F. Windows color (decimal): -15257242 or 6697239. OLE color: 6697239.

HSL color Cylindrical-coordinate representation of color #173166: hue angle of 220.25º 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 #173166 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 49 102 -
CMYK 0.77 0.52 0 0.6
HSL 220.25º 0.63% 0.25% -
HSV(B) 220.25º 0.77% 0.4% -
XYZ 3.85 3.34 13.01 -
YUV 47.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 23 49 102 0.77 0.52 0 0.6 220.25 0.63 0.25
Hex 17 31 66 4D 34 0 3C DC 3F 19
Octal 27 61 146 115 64 0 74 334 77 31
Binary 10111 110001 1100110 1001101 110100 0 111100 11011100 111111 11001

Color Harmonies of #173166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173166

Black with #173166

Text Example


Text Example

White with #173166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173166; }

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

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

background-color css

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

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

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

border-color css

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

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

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