Html Css Color HEX #173FAF Persian Blue

📋 copy color: '#173FAF'

red 23 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #173FAF

Tints of Persian Blue #173FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 24.14%

 BLUE value IS 175 (68.75% from 255) = 67.05%

R = 8.81%
G = 24.14%
B = 67.05%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#173FAF (or 0x173FAF) is known color: Persian Blue. HEX triplet: 17, 3F and AF. RGB value is (23,63,175). Sum of RGB (Red+Green+Blue) = 23+63+175=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #173FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173FAF is #E8C050. Grayscale: #3F3F3F. Windows color (decimal): -15253585 or 11484951. OLE color: 11484951.

HSL color Cylindrical-coordinate representation of color #173FAF: hue angle of 224.21º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #173FAF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 23 63 175 -
CMYK 0.87 0.64 0 0.31
HSL 224.21º 0.77% 0.39% -
HSV(B) 224.21º 0.87% 0.69% -
XYZ 9.87 6.83 41.36 -
YUV 63.81 190.75 98.89 -
System Red Green Blue C M Y K H S L
Decimal 23 63 175 0.87 0.64 0 0.31 224.21 0.77 0.39
Hex 17 3F AF 57 40 0 1F E0 4D 27
Octal 27 77 257 127 100 0 37 340 115 47
Binary 10111 111111 10101111 1010111 1000000 0 11111 11100000 1001101 100111

Color Harmonies of #173FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173FAF

Black with #173FAF

Text Example


Text Example

White with #173FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,63,175); }

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

background-color css

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

 a { background-color: rgb(23,63,175); }

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

border-color css

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

 span { border-color: rgb(23,63,175); }

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