Html Css Color HEX #173DCC Persian Blue

📋 copy color: '#173DCC'

red 23 ◦ green 61 ◦ blue 204

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

Shades of Persian Blue #173DCC

Tints of Persian Blue #173DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.83%

R = 7.99%
G = 21.18%
B = 70.83%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#173DCC (or 0x173DCC) is known color: Persian Blue. HEX triplet: 17, 3D and CC. RGB value is (23,61,204). Sum of RGB (Red+Green+Blue) = 23+61+204=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #173DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DCC is #E8C233. Grayscale: #414141. Windows color (decimal): -15254068 or 13384983. OLE color: 13384983.

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

Color convert

RGB 23 61 204 -
CMYK 0.89 0.70 0 0.2
HSL 227.4º 0.8% 0.45% -
HSV(B) 227.4º 0.89% 0.8% -
XYZ 12.92 7.88 57.97 -
YUV 65.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 23 61 204 0.89 0.70 0 0.2 227.4 0.8 0.45
Hex 17 3D CC 59 46 0 14 E3 50 2D
Octal 27 75 314 131 106 0 24 343 120 55
Binary 10111 111101 11001100 1011001 1000110 0 10100 11100011 1010000 101101

Color Harmonies of #173DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173DCC

Black with #173DCC

Text Example


Text Example

White with #173DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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