Html Css Color HEX #173ADF Persian Blue

📋 copy color: '#173ADF'

red 23 ◦ green 58 ◦ blue 223

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

Shades of Persian Blue #173ADF

Tints of Persian Blue #173ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.36%

R = 7.57%
G = 19.08%
B = 73.36%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#173ADF (or 0x173ADF) is known color: Persian Blue. HEX triplet: 17, 3A and DF. RGB value is (23,58,223). Sum of RGB (Red+Green+Blue) = 23+58+223=304 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.57% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #173ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ADF is #E8C520. Grayscale: #414141. Windows color (decimal): -15254817 or 14629399. OLE color: 14629399.

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

Color convert

RGB 23 58 223 -
CMYK 0.90 0.74 0 0.13
HSL 229.5º 0.81% 0.48% -
HSV(B) 229.5º 0.9% 0.87% -
XYZ 15.19 8.54 70.66 -
YUV 66.35 216.4 97.08 -
System Red Green Blue C M Y K H S L
Decimal 23 58 223 0.90 0.74 0 0.13 229.5 0.81 0.48
Hex 17 3A DF 5A 4A 0 D E6 51 30
Octal 27 72 337 132 112 0 15 346 121 60
Binary 10111 111010 11011111 1011010 1001010 0 1101 11100110 1010001 110000

Color Harmonies of #173ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173ADF

Black with #173ADF

Text Example


Text Example

White with #173ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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