Html Css Color HEX #173162 Sapphire

📋 copy color: '#173162'

red 23 ◦ green 49 ◦ blue 98

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

Shades of Sapphire #173162

Tints of Sapphire #173162

RGB

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

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

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

R = 13.53%
G = 28.82%
B = 57.65%

CMYK

 C value IS 0.77

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#173162 (or 0x173162) is known color: Sapphire. HEX triplet: 17, 31 and 62. RGB value is (23,49,98). Sum of RGB (Red+Green+Blue) = 23+49+98=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #173162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173162 is #E8CE9D. Grayscale: #2E2E2E. Windows color (decimal): -15257246 or 6435095. OLE color: 6435095.

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

Color convert

RGB 23 49 98 -
CMYK 0.77 0.5 0 0.62
HSL 219.2º 0.62% 0.24% -
HSV(B) 219.2º 0.77% 0.38% -
XYZ 3.66 3.26 11.99 -
YUV 46.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 23 49 98 0.77 0.5 0 0.62 219.2 0.62 0.24
Hex 17 31 62 4D 32 0 3E DB 3E 18
Octal 27 61 142 115 62 0 76 333 76 30
Binary 10111 110001 1100010 1001101 110010 0 111110 11011011 111110 11000

Color Harmonies of #173162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173162

Black with #173162

Text Example


Text Example

White with #173162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173162; }

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

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

background-color css

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

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

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

border-color css

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

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

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