Html Css Color HEX #173CCD Persian Blue

📋 copy color: '#173CCD'

red 23 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #173CCD

Tints of Persian Blue #173CCD

RGB

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

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

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

R = 7.99%
G = 20.83%
B = 71.18%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#173CCD (or 0x173CCD) is known color: Persian Blue. HEX triplet: 17, 3C and CD. RGB value is (23,60,205). Sum of RGB (Red+Green+Blue) = 23+60+205=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #173CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CCD is #E8C332. Grayscale: #404040. Windows color (decimal): -15254323 or 13450263. OLE color: 13450263.

HSL color Cylindrical-coordinate representation of color #173CCD: hue angle of 227.8º 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 #173CCD is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 60 205 -
CMYK 0.89 0.71 0 0.20
HSL 227.8º 0.8% 0.45% -
HSV(B) 227.8º 0.89% 0.8% -
XYZ 12.99 7.82 58.58 -
YUV 65.47 206.74 97.71 -
System Red Green Blue C M Y K H S L
Decimal 23 60 205 0.89 0.71 0 0.20 227.8 0.8 0.45
Hex 17 3C CD 59 47 0 14 E4 50 2D
Octal 27 74 315 131 107 0 24 344 120 55
Binary 10111 111100 11001101 1011001 1000111 0 10100 11100100 1010000 101101

Color Harmonies of #173CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173CCD

Black with #173CCD

Text Example


Text Example

White with #173CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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