Html Css Color HEX #172DB9 Persian Blue

📋 copy color: '#172DB9'

red 23 ◦ green 45 ◦ blue 185

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

Shades of Persian Blue #172DB9

Tints of Persian Blue #172DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 73.12%

R = 9.09%
G = 17.79%
B = 73.12%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#172DB9 (or 0x172DB9) is known color: Persian Blue. HEX triplet: 17, 2D and B9. RGB value is (23,45,185). Sum of RGB (Red+Green+Blue) = 23+45+185=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 185 (72.66% from 255 or 73.12% from 253); Max value from RGB is 185 - color contains mainly: blue. Hex color #172DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DB9 is #E8D246. Grayscale: #353535. Windows color (decimal): -15258183 or 12135703. OLE color: 12135703.

HSL color Cylindrical-coordinate representation of color #172DB9: hue angle of 231.85º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172DB9 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 45 185 -
CMYK 0.88 0.76 0 0.27
HSL 231.85º 0.78% 0.41% -
HSV(B) 231.85º 0.88% 0.73% -
XYZ 10.05 5.56 46.44 -
YUV 54.38 201.71 105.62 -
System Red Green Blue C M Y K H S L
Decimal 23 45 185 0.88 0.76 0 0.27 231.85 0.78 0.41
Hex 17 2D B9 58 4C 0 1B E8 4E 29
Octal 27 55 271 130 114 0 33 350 116 51
Binary 10111 101101 10111001 1011000 1001100 0 11011 11101000 1001110 101001

Color Harmonies of #172DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DB9

Black with #172DB9

Text Example


Text Example

White with #172DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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