Html Css Color HEX #173178 Sapphire

📋 copy color: '#173178'

red 23 ◦ green 49 ◦ blue 120

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

Shades of Sapphire #173178

Tints of Sapphire #173178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.5%

R = 11.98%
G = 25.52%
B = 62.5%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#173178 (or 0x173178) is known color: Sapphire. HEX triplet: 17, 31 and 78. RGB value is (23,49,120). Sum of RGB (Red+Green+Blue) = 23+49+120=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #173178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173178 is #E8CE87. Grayscale: #313131. Windows color (decimal): -15257224 or 7876887. OLE color: 7876887.

HSL color Cylindrical-coordinate representation of color #173178: hue angle of 223.92º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173178 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 49 120 -
CMYK 0.81 0.59 0 0.53
HSL 223.92º 0.68% 0.28% -
HSV(B) 223.92º 0.81% 0.47% -
XYZ 4.84 3.73 18.24 -
YUV 49.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 23 49 120 0.81 0.59 0 0.53 223.92 0.68 0.28
Hex 17 31 78 51 3B 0 35 E0 44 1C
Octal 27 61 170 121 73 0 65 340 104 34
Binary 10111 110001 1111000 1010001 111011 0 110101 11100000 1000100 11100

Color Harmonies of #173178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173178

Black with #173178

Text Example


Text Example

White with #173178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173178; }

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

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

background-color css

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

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

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

border-color css

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

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

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