Html Css Color HEX #172AC0 Persian Blue

📋 copy color: '#172AC0'

red 23 ◦ green 42 ◦ blue 192

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

Shades of Persian Blue #172AC0

Tints of Persian Blue #172AC0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.34%

 BLUE value IS 192 (75.39% from 255) = 74.71%

R = 8.95%
G = 16.34%
B = 74.71%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#172AC0 (or 0x172AC0) is known color: Persian Blue. HEX triplet: 17, 2A and C0. RGB value is (23,42,192). Sum of RGB (Red+Green+Blue) = 23+42+192=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #172AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172AC0 is #E8D53F. Grayscale: #343434. Windows color (decimal): -15258944 or 12593687. OLE color: 12593687.

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

Color convert

RGB 23 42 192 -
CMYK 0.88 0.78 0 0.25
HSL 233.25º 0.79% 0.42% -
HSV(B) 233.25º 0.88% 0.75% -
XYZ 10.7 5.64 50.39 -
YUV 53.42 206.21 106.3 -
System Red Green Blue C M Y K H S L
Decimal 23 42 192 0.88 0.78 0 0.25 233.25 0.79 0.42
Hex 17 2A C0 58 4E 0 19 E9 4F 2A
Octal 27 52 300 130 116 0 31 351 117 52
Binary 10111 101010 11000000 1011000 1001110 0 11001 11101001 1001111 101010

Color Harmonies of #172AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172AC0

Black with #172AC0

Text Example


Text Example

White with #172AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,42,192); }

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

background-color css

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

 a { background-color: rgb(23,42,192); }

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

border-color css

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

 span { border-color: rgb(23,42,192); }

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