Html Css Color HEX #173DCD Persian Blue

📋 copy color: '#173DCD'

red 23 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #173DCD

Tints of Persian Blue #173DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.93%

R = 7.96%
G = 21.11%
B = 70.93%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#173DCD (or 0x173DCD) is known color: Persian Blue. HEX triplet: 17, 3D and CD. RGB value is (23,61,205). Sum of RGB (Red+Green+Blue) = 23+61+205=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #173DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DCD is #E8C232. Grayscale: #414141. Windows color (decimal): -15254067 or 13450519. OLE color: 13450519.

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

Color convert

RGB 23 61 205 -
CMYK 0.89 0.70 0 0.20
HSL 227.47º 0.8% 0.45% -
HSV(B) 227.47º 0.89% 0.8% -
XYZ 13.04 7.93 58.6 -
YUV 66.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 23 61 205 0.89 0.70 0 0.20 227.47 0.8 0.45
Hex 17 3D CD 59 46 0 14 E3 50 2D
Octal 27 75 315 131 106 0 24 343 120 55
Binary 10111 111101 11001101 1011001 1000110 0 10100 11100011 1010000 101101

Color Harmonies of #173DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173DCD

Black with #173DCD

Text Example


Text Example

White with #173DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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