Html Css Color HEX #173FCC Persian Blue

📋 copy color: '#173FCC'

red 23 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #173FCC

Tints of Persian Blue #173FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

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

R = 7.93%
G = 21.72%
B = 70.34%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#173FCC (or 0x173FCC) is known color: Persian Blue. HEX triplet: 17, 3F and CC. RGB value is (23,63,204). Sum of RGB (Red+Green+Blue) = 23+63+204=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #173FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FCC is #E8C033. Grayscale: #424242. Windows color (decimal): -15253556 or 13385495. OLE color: 13385495.

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

Color convert

RGB 23 63 204 -
CMYK 0.89 0.69 0 0.2
HSL 226.74º 0.8% 0.45% -
HSV(B) 226.74º 0.89% 0.8% -
XYZ 13.03 8.1 58 -
YUV 67.11 205.25 96.54 -
System Red Green Blue C M Y K H S L
Decimal 23 63 204 0.89 0.69 0 0.2 226.74 0.8 0.45
Hex 17 3F CC 59 45 0 14 E3 50 2D
Octal 27 77 314 131 105 0 24 343 120 55
Binary 10111 111111 11001100 1011001 1000101 0 10100 11100011 1010000 101101

Color Harmonies of #173FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173FCC

Black with #173FCC

Text Example


Text Example

White with #173FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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