Html Css Color HEX #173BCD Persian Blue

📋 copy color: '#173BCD'

red 23 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #173BCD

Tints of Persian Blue #173BCD

RGB

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

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

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

R = 8.01%
G = 20.56%
B = 71.43%

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

#173BCD (or 0x173BCD) is known color: Persian Blue. HEX triplet: 17, 3B and CD. RGB value is (23,59,205). Sum of RGB (Red+Green+Blue) = 23+59+205=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #173BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BCD is #E8C432. Grayscale: #404040. Windows color (decimal): -15254579 or 13450007. OLE color: 13450007.

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

Color convert

RGB 23 59 205 -
CMYK 0.89 0.71 0 0.20
HSL 228.13º 0.8% 0.45% -
HSV(B) 228.13º 0.89% 0.8% -
XYZ 12.94 7.72 58.57 -
YUV 64.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 23 59 205 0.89 0.71 0 0.20 228.13 0.8 0.45
Hex 17 3B CD 59 47 0 14 E4 50 2D
Octal 27 73 315 131 107 0 24 344 120 55
Binary 10111 111011 11001101 1011001 1000111 0 10100 11100100 1010000 101101

Color Harmonies of #173BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173BCD

Black with #173BCD

Text Example


Text Example

White with #173BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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