Html Css Color HEX #172BC9 Persian Blue

📋 copy color: '#172BC9'

red 23 ◦ green 43 ◦ blue 201

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

Shades of Persian Blue #172BC9

Tints of Persian Blue #172BC9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

 BLUE value IS 201 (78.91% from 255) = 75.28%

R = 8.61%
G = 16.1%
B = 75.28%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#172BC9 (or 0x172BC9) is known color: Persian Blue. HEX triplet: 17, 2B and C9. RGB value is (23,43,201). Sum of RGB (Red+Green+Blue) = 23+43+201=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #172BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BC9 is #E8D436. Grayscale: #363636. Windows color (decimal): -15258679 or 13183767. OLE color: 13183767.

HSL color Cylindrical-coordinate representation of color #172BC9: hue angle of 233.26º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172BC9 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 43 201 -
CMYK 0.89 0.79 0 0.21
HSL 233.26º 0.79% 0.44% -
HSV(B) 233.26º 0.89% 0.79% -
XYZ 11.76 6.13 55.82 -
YUV 55.03 210.37 105.15 -
System Red Green Blue C M Y K H S L
Decimal 23 43 201 0.89 0.79 0 0.21 233.26 0.79 0.44
Hex 17 2B C9 59 4F 0 15 E9 4F 2C
Octal 27 53 311 131 117 0 25 351 117 54
Binary 10111 101011 11001001 1011001 1001111 0 10101 11101001 1001111 101100

Color Harmonies of #172BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172BC9

Black with #172BC9

Text Example


Text Example

White with #172BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,43,201); }

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

background-color css

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

 a { background-color: rgb(23,43,201); }

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

border-color css

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

 span { border-color: rgb(23,43,201); }

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