Html Css Color HEX #173DDB Persian Blue

📋 copy color: '#173DDB'

red 23 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #173DDB

Tints of Persian Blue #173DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.28%

R = 7.59%
G = 20.13%
B = 72.28%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#173DDB (or 0x173DDB) is known color: Persian Blue. HEX triplet: 17, 3D and DB. RGB value is (23,61,219). Sum of RGB (Red+Green+Blue) = 23+61+219=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #173DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DDB is #E8C224. Grayscale: #424242. Windows color (decimal): -15254053 or 14368023. OLE color: 14368023.

HSL color Cylindrical-coordinate representation of color #173DDB: hue angle of 228.37º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173DDB is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 61 219 -
CMYK 0.89 0.72 0 0.14
HSL 228.37º 0.81% 0.47% -
HSV(B) 228.37º 0.89% 0.86% -
XYZ 14.81 8.63 67.9 -
YUV 67.65 213.41 96.15 -
System Red Green Blue C M Y K H S L
Decimal 23 61 219 0.89 0.72 0 0.14 228.37 0.81 0.47
Hex 17 3D DB 59 48 0 E E4 51 2F
Octal 27 75 333 131 110 0 16 344 121 57
Binary 10111 111101 11011011 1011001 1001000 0 1110 11100100 1010001 101111

Color Harmonies of #173DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173DDB

Black with #173DDB

Text Example


Text Example

White with #173DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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