Html Css Color HEX #173DB0 Persian Blue

📋 copy color: '#173DB0'

red 23 ◦ green 61 ◦ blue 176

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

Shades of Persian Blue #173DB0

Tints of Persian Blue #173DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 67.69%

R = 8.85%
G = 23.46%
B = 67.69%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#173DB0 (or 0x173DB0) is known color: Persian Blue. HEX triplet: 17, 3D and B0. RGB value is (23,61,176). Sum of RGB (Red+Green+Blue) = 23+61+176=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 176 (69.14% from 255 or 67.69% from 260); Max value from RGB is 176 - color contains mainly: blue. Hex color #173DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173DB0 is #E8C24F. Grayscale: #3E3E3E. Windows color (decimal): -15254096 or 11549975. OLE color: 11549975.

HSL color Cylindrical-coordinate representation of color #173DB0: hue angle of 225.1º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #173DB0 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 23 61 176 -
CMYK 0.87 0.65 0 0.31
HSL 225.1º 0.77% 0.39% -
HSV(B) 225.1º 0.87% 0.69% -
XYZ 9.86 6.65 41.84 -
YUV 62.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 23 61 176 0.87 0.65 0 0.31 225.1 0.77 0.39
Hex 17 3D B0 57 41 0 1F E1 4D 27
Octal 27 75 260 127 101 0 37 341 115 47
Binary 10111 111101 10110000 1010111 1000001 0 11111 11100001 1001101 100111

Color Harmonies of #173DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173DB0

Black with #173DB0

Text Example


Text Example

White with #173DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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