Html Css Color HEX #172FC0 Persian Blue

📋 copy color: '#172FC0'

red 23 ◦ green 47 ◦ blue 192

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

Shades of Persian Blue #172FC0

Tints of Persian Blue #172FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.94%

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

R = 8.78%
G = 17.94%
B = 73.28%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#172FC0 (or 0x172FC0) is known color: Persian Blue. HEX triplet: 17, 2F and C0. RGB value is (23,47,192). Sum of RGB (Red+Green+Blue) = 23+47+192=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 192 (75.39% from 255 or 73.28% from 262); Max value from RGB is 192 - color contains mainly: blue. Hex color #172FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FC0 is #E8D03F. Grayscale: #373737. Windows color (decimal): -15257664 or 12594967. OLE color: 12594967.

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

Color convert

RGB 23 47 192 -
CMYK 0.88 0.76 0 0.25
HSL 231.48º 0.79% 0.42% -
HSV(B) 231.48º 0.88% 0.75% -
XYZ 10.88 6.02 50.46 -
YUV 56.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 23 47 192 0.88 0.76 0 0.25 231.48 0.79 0.42
Hex 17 2F C0 58 4C 0 19 E7 4F 2A
Octal 27 57 300 130 114 0 31 347 117 52
Binary 10111 101111 11000000 1011000 1001100 0 11001 11100111 1001111 101010

Color Harmonies of #172FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FC0

Black with #172FC0

Text Example


Text Example

White with #172FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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