Html Css Color HEX #173DBF Persian Blue

📋 copy color: '#173DBF'

red 23 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #173DBF

Tints of Persian Blue #173DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

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

R = 8.36%
G = 22.18%
B = 69.45%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#173DBF (or 0x173DBF) is known color: Persian Blue. HEX triplet: 17, 3D and BF. RGB value is (23,61,191). Sum of RGB (Red+Green+Blue) = 23+61+191=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #173DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DBF is #E8C240. Grayscale: #3F3F3F. Windows color (decimal): -15254081 or 12533015. OLE color: 12533015.

HSL color Cylindrical-coordinate representation of color #173DBF: hue angle of 226.43º 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 #173DBF is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 61 191 -
CMYK 0.88 0.68 0 0.25
HSL 226.43º 0.79% 0.42% -
HSV(B) 226.43º 0.88% 0.75% -
XYZ 11.43 7.28 50.09 -
YUV 64.46 199.41 98.43 -
System Red Green Blue C M Y K H S L
Decimal 23 61 191 0.88 0.68 0 0.25 226.43 0.79 0.42
Hex 17 3D BF 58 44 0 19 E2 4F 2A
Octal 27 75 277 130 104 0 31 342 117 52
Binary 10111 111101 10111111 1011000 1000100 0 11001 11100010 1001111 101010

Color Harmonies of #173DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173DBF

Black with #173DBF

Text Example


Text Example

White with #173DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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