Html Css Color HEX #173BC1 Persian Blue

📋 copy color: '#173BC1'

red 23 ◦ green 59 ◦ blue 193

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

Shades of Persian Blue #173BC1

Tints of Persian Blue #173BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

 BLUE value IS 193 (75.78% from 255) = 70.18%

R = 8.36%
G = 21.45%
B = 70.18%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#173BC1 (or 0x173BC1) is known color: Persian Blue. HEX triplet: 17, 3B and C1. RGB value is (23,59,193). Sum of RGB (Red+Green+Blue) = 23+59+193=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #173BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BC1 is #E8C43E. Grayscale: #3E3E3E. Windows color (decimal): -15254591 or 12663575. OLE color: 12663575.

HSL color Cylindrical-coordinate representation of color #173BC1: hue angle of 227.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173BC1 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 23 59 193 -
CMYK 0.88 0.69 0 0.24
HSL 227.29º 0.79% 0.42% -
HSV(B) 227.29º 0.88% 0.76% -
XYZ 11.54 7.16 51.23 -
YUV 63.51 201.07 99.1 -
System Red Green Blue C M Y K H S L
Decimal 23 59 193 0.88 0.69 0 0.24 227.29 0.79 0.42
Hex 17 3B C1 58 45 0 18 E3 4F 2A
Octal 27 73 301 130 105 0 30 343 117 52
Binary 10111 111011 11000001 1011000 1000101 0 11000 11100011 1001111 101010

Color Harmonies of #173BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173BC1

Black with #173BC1

Text Example


Text Example

White with #173BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,59,193); }

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

background-color css

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

 a { background-color: rgb(23,59,193); }

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

border-color css

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

 span { border-color: rgb(23,59,193); }

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