Html Css Color HEX #173ADC Persian Blue

📋 copy color: '#173ADC'

red 23 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #173ADC

Tints of Persian Blue #173ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 220 (86.33% from 255) = 73.09%

R = 7.64%
G = 19.27%
B = 73.09%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#173ADC (or 0x173ADC) is known color: Persian Blue. HEX triplet: 17, 3A and DC. RGB value is (23,58,220). Sum of RGB (Red+Green+Blue) = 23+58+220=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #173ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ADC is #E8C523. Grayscale: #414141. Windows color (decimal): -15254820 or 14432791. OLE color: 14432791.

HSL color Cylindrical-coordinate representation of color #173ADC: hue angle of 229.34º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173ADC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 58 220 -
CMYK 0.90 0.74 0 0.14
HSL 229.34º 0.81% 0.48% -
HSV(B) 229.34º 0.9% 0.86% -
XYZ 14.78 8.38 68.55 -
YUV 66 214.9 97.33 -
System Red Green Blue C M Y K H S L
Decimal 23 58 220 0.90 0.74 0 0.14 229.34 0.81 0.48
Hex 17 3A DC 5A 4A 0 E E5 51 30
Octal 27 72 334 132 112 0 16 345 121 60
Binary 10111 111010 11011100 1011010 1001010 0 1110 11100101 1010001 110000

Color Harmonies of #173ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173ADC

Black with #173ADC

Text Example


Text Example

White with #173ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173ADC; }

 p { color: rgb(23,58,220); }

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

background-color css

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

 a { background-color: rgb(23,58,220); }

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

border-color css

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

 span { border-color: rgb(23,58,220); }

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