Html Css Color HEX #173CBF Persian Blue

📋 copy color: '#173CBF'

red 23 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #173CBF

Tints of Persian Blue #173CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 191 (75% from 255) = 69.71%

R = 8.39%
G = 21.9%
B = 69.71%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#173CBF (or 0x173CBF) is known color: Persian Blue. HEX triplet: 17, 3C and BF. RGB value is (23,60,191). Sum of RGB (Red+Green+Blue) = 23+60+191=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #173CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CBF is #E8C340. Grayscale: #3F3F3F. Windows color (decimal): -15254337 or 12532759. OLE color: 12532759.

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

Color convert

RGB 23 60 191 -
CMYK 0.88 0.69 0 0.25
HSL 226.79º 0.79% 0.42% -
HSV(B) 226.79º 0.88% 0.75% -
XYZ 11.37 7.18 50.08 -
YUV 63.87 199.74 98.85 -
System Red Green Blue C M Y K H S L
Decimal 23 60 191 0.88 0.69 0 0.25 226.79 0.79 0.42
Hex 17 3C BF 58 45 0 19 E3 4F 2A
Octal 27 74 277 130 105 0 31 343 117 52
Binary 10111 111100 10111111 1011000 1000101 0 11001 11100011 1001111 101010

Color Harmonies of #173CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173CBF

Black with #173CBF

Text Example


Text Example

White with #173CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,60,191); }

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

background-color css

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

 a { background-color: rgb(23,60,191); }

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

border-color css

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

 span { border-color: rgb(23,60,191); }

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