Html Css Color HEX #172DB5 Persian Blue

📋 copy color: '#172DB5'

red 23 ◦ green 45 ◦ blue 181

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

Shades of Persian Blue #172DB5

Tints of Persian Blue #172DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 72.69%

R = 9.24%
G = 18.07%
B = 72.69%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#172DB5 (or 0x172DB5) is known color: Persian Blue. HEX triplet: 17, 2D and B5. RGB value is (23,45,181). Sum of RGB (Red+Green+Blue) = 23+45+181=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #172DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DB5 is #E8D24A. Grayscale: #353535. Windows color (decimal): -15258187 or 11873559. OLE color: 11873559.

HSL color Cylindrical-coordinate representation of color #172DB5: hue angle of 231.65º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172DB5 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 23 45 181 -
CMYK 0.87 0.75 0 0.29
HSL 231.65º 0.77% 0.4% -
HSV(B) 231.65º 0.87% 0.71% -
XYZ 9.63 5.4 44.25 -
YUV 53.93 199.71 105.94 -
System Red Green Blue C M Y K H S L
Decimal 23 45 181 0.87 0.75 0 0.29 231.65 0.77 0.4
Hex 17 2D B5 57 4B 0 1D E8 4D 28
Octal 27 55 265 127 113 0 35 350 115 50
Binary 10111 101101 10110101 1010111 1001011 0 11101 11101000 1001101 101000

Color Harmonies of #172DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DB5

Black with #172DB5

Text Example


Text Example

White with #172DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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