Html Css Color HEX #173ACF Persian Blue

📋 copy color: '#173ACF'

red 23 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #173ACF

Tints of Persian Blue #173ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 7.99%
G = 20.14%
B = 71.88%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#173ACF (or 0x173ACF) is known color: Persian Blue. HEX triplet: 17, 3A and CF. RGB value is (23,58,207). Sum of RGB (Red+Green+Blue) = 23+58+207=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #173ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ACF is #E8C530. Grayscale: #3F3F3F. Windows color (decimal): -15254833 or 13580823. OLE color: 13580823.

HSL color Cylindrical-coordinate representation of color #173ACF: hue angle of 228.59º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173ACF is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 58 207 -
CMYK 0.89 0.72 0 0.19
HSL 228.59º 0.8% 0.45% -
HSV(B) 228.59º 0.89% 0.81% -
XYZ 13.13 7.71 59.83 -
YUV 64.52 208.4 98.38 -
System Red Green Blue C M Y K H S L
Decimal 23 58 207 0.89 0.72 0 0.19 228.59 0.8 0.45
Hex 17 3A CF 59 48 0 13 E5 50 2D
Octal 27 72 317 131 110 0 23 345 120 55
Binary 10111 111010 11001111 1011001 1001000 0 10011 11100101 1010000 101101

Color Harmonies of #173ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173ACF

Black with #173ACF

Text Example


Text Example

White with #173ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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