Html Css Color HEX #172DB1 Persian Blue

📋 copy color: '#172DB1'

red 23 ◦ green 45 ◦ blue 177

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

Shades of Persian Blue #172DB1

Tints of Persian Blue #172DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

 BLUE value IS 177 (69.53% from 255) = 72.24%

R = 9.39%
G = 18.37%
B = 72.24%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#172DB1 (or 0x172DB1) is known color: Persian Blue. HEX triplet: 17, 2D and B1. RGB value is (23,45,177). Sum of RGB (Red+Green+Blue) = 23+45+177=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 177 (69.53% from 255 or 72.24% from 245); Max value from RGB is 177 - color contains mainly: blue. Hex color #172DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DB1 is #E8D24E. Grayscale: #343434. Windows color (decimal): -15258191 or 11611415. OLE color: 11611415.

HSL color Cylindrical-coordinate representation of color #172DB1: hue angle of 231.43º 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 #172DB1 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 23 45 177 -
CMYK 0.87 0.75 0 0.31
HSL 231.43º 0.77% 0.39% -
HSV(B) 231.43º 0.87% 0.69% -
XYZ 9.23 5.23 42.12 -
YUV 53.47 197.71 106.27 -
System Red Green Blue C M Y K H S L
Decimal 23 45 177 0.87 0.75 0 0.31 231.43 0.77 0.39
Hex 17 2D B1 57 4B 0 1F E7 4D 27
Octal 27 55 261 127 113 0 37 347 115 47
Binary 10111 101101 10110001 1010111 1001011 0 11111 11100111 1001101 100111

Color Harmonies of #172DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DB1

Black with #172DB1

Text Example


Text Example

White with #172DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172DB1; }

 p { color: rgb(23,45,177); }

 H1.HeaderClassName
 {
   color: #172DB1;
 }
 .AnyTagClassName
 {
   color: #172DB1;
 }
</style>

background-color css

<style>
 a { background-color: #172DB1; }

 a { background-color: rgb(23,45,177); }

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

border-color css

<style>
 span { border-color: #172DB1; }

 span { border-color: rgb(23,45,177); }

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