Html Css Color HEX #173473 Sapphire

📋 copy color: '#173473'

red 23 ◦ green 52 ◦ blue 115

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

Shades of Sapphire #173473

Tints of Sapphire #173473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.37%

 BLUE value IS 115 (45.31% from 255) = 60.53%

R = 12.11%
G = 27.37%
B = 60.53%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#173473 (or 0x173473) is known color: Sapphire. HEX triplet: 17, 34 and 73. RGB value is (23,52,115). Sum of RGB (Red+Green+Blue) = 23+52+115=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #173473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173473 is #E8CB8C. Grayscale: #323232. Windows color (decimal): -15256461 or 7549975. OLE color: 7549975.

HSL color Cylindrical-coordinate representation of color #173473: hue angle of 221.09º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #173473 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 52 115 -
CMYK 0.80 0.55 0 0.55
HSL 221.09º 0.67% 0.27% -
HSV(B) 221.09º 0.8% 0.45% -
XYZ 4.68 3.88 16.72 -
YUV 50.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 23 52 115 0.80 0.55 0 0.55 221.09 0.67 0.27
Hex 17 34 73 50 37 0 37 DD 43 1B
Octal 27 64 163 120 67 0 67 335 103 33
Binary 10111 110100 1110011 1010000 110111 0 110111 11011101 1000011 11011

Color Harmonies of #173473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173473

Black with #173473

Text Example


Text Example

White with #173473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173473; }

 p { color: rgb(23,52,115); }

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

background-color css

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

 a { background-color: rgb(23,52,115); }

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

border-color css

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

 span { border-color: rgb(23,52,115); }

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