Html Css Color HEX #172CBA Persian Blue

📋 copy color: '#172CBA'

red 23 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #172CBA

Tints of Persian Blue #172CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

 BLUE value IS 186 (73.05% from 255) = 73.52%

R = 9.09%
G = 17.39%
B = 73.52%

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

#172CBA (or 0x172CBA) is known color: Persian Blue. HEX triplet: 17, 2C and BA. RGB value is (23,44,186). Sum of RGB (Red+Green+Blue) = 23+44+186=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #172CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CBA is #E8D345. Grayscale: #353535. Windows color (decimal): -15258438 or 12200983. OLE color: 12200983.

HSL color Cylindrical-coordinate representation of color #172CBA: hue angle of 232.27º 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 #172CBA is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 44 186 -
CMYK 0.88 0.76 0 0.27
HSL 232.27º 0.78% 0.41% -
HSV(B) 232.27º 0.88% 0.73% -
XYZ 10.12 5.53 46.99 -
YUV 53.91 202.54 105.95 -
System Red Green Blue C M Y K H S L
Decimal 23 44 186 0.88 0.76 0 0.27 232.27 0.78 0.41
Hex 17 2C BA 58 4C 0 1B E8 4E 29
Octal 27 54 272 130 114 0 33 350 116 51
Binary 10111 101100 10111010 1011000 1001100 0 11011 11101000 1001110 101001

Color Harmonies of #172CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172CBA

Black with #172CBA

Text Example


Text Example

White with #172CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,44,186); }

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

background-color css

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

 a { background-color: rgb(23,44,186); }

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

border-color css

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

 span { border-color: rgb(23,44,186); }

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