Html Css Color HEX #172BBD Persian Blue

📋 copy color: '#172BBD'

red 23 ◦ green 43 ◦ blue 189

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

Shades of Persian Blue #172BBD

Tints of Persian Blue #172BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 74.12%

R = 9.02%
G = 16.86%
B = 74.12%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#172BBD (or 0x172BBD) is known color: Persian Blue. HEX triplet: 17, 2B and BD. RGB value is (23,43,189). Sum of RGB (Red+Green+Blue) = 23+43+189=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #172BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BBD is #E8D442. Grayscale: #353535. Windows color (decimal): -15258691 or 12397335. OLE color: 12397335.

HSL color Cylindrical-coordinate representation of color #172BBD: hue angle of 232.77º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172BBD is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 43 189 -
CMYK 0.88 0.77 0 0.26
HSL 232.77º 0.78% 0.42% -
HSV(B) 232.77º 0.88% 0.74% -
XYZ 10.4 5.58 48.67 -
YUV 53.66 204.37 106.13 -
System Red Green Blue C M Y K H S L
Decimal 23 43 189 0.88 0.77 0 0.26 232.77 0.78 0.42
Hex 17 2B BD 58 4D 0 1A E9 4E 2A
Octal 27 53 275 130 115 0 32 351 116 52
Binary 10111 101011 10111101 1011000 1001101 0 11010 11101001 1001110 101010

Color Harmonies of #172BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172BBD

Black with #172BBD

Text Example


Text Example

White with #172BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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