#173EC0

Color #173EC0 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #173EC0

Tints of Persian Blue #173EC0

Color information

#173EC0 (or 0x173EC0) is unknown color: approx Persian Blue. HEX triplet: 17, 3E and C0. RGB value is (23,62,192). Sum of RGB (Red+Green+Blue) = 23+62+192=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #173EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173EC0 is #E8C13F. Grayscale: #404040. Windows color (decimal): -15253824 or 12598807. OLE color: 12598807.

HSL color Cylindrical-coordinate representation of color #173EC0: hue angle of 226.15º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173EC0 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2362192-
CMYK0.880.6800.25
HSL226.15º78.6%42.16%-
HSV(B)226.15º88.02%75.29%-
XYZ11.597.4350.69-
YUV65.16199.5897.93-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.30%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 192 (75.39% from 255) = 69.31%
R=8.30%
G=22.38%
B=69.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23621920.880.6800.25226.1578.642.16
Hex173EC05844019e24f2a
Octal277630013010403134211752
Binary101111111101100000010110001000100011001111000101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,62,192); }

 H1.HeaderClassName
 {
   color: #173EC0;
 }
 .AnyTagClassName
 {
   color: #173EC0;
 }
</style>
background-color css

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

 a { background-color: rgb(23,62,192); }

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

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

 span { border-color: rgb(23,62,192); }

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