Html Css Color HEX #172FB6 Persian Blue

📋 copy color: '#172FB6'

red 23 ◦ green 47 ◦ blue 182

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

Shades of Persian Blue #172FB6

Tints of Persian Blue #172FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 72.22%

R = 9.13%
G = 18.65%
B = 72.22%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#172FB6 (or 0x172FB6) is known color: Persian Blue. HEX triplet: 17, 2F and B6. RGB value is (23,47,182). Sum of RGB (Red+Green+Blue) = 23+47+182=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 182 (71.48% from 255 or 72.22% from 252); Max value from RGB is 182 - color contains mainly: blue. Hex color #172FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FB6 is #E8D049. Grayscale: #363636. Windows color (decimal): -15257674 or 11939607. OLE color: 11939607.

HSL color Cylindrical-coordinate representation of color #172FB6: hue angle of 230.94º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172FB6 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 23 47 182 -
CMYK 0.87 0.74 0 0.29
HSL 230.94º 0.78% 0.4% -
HSV(B) 230.94º 0.87% 0.71% -
XYZ 9.81 5.59 44.82 -
YUV 55.21 199.55 105.02 -
System Red Green Blue C M Y K H S L
Decimal 23 47 182 0.87 0.74 0 0.29 230.94 0.78 0.4
Hex 17 2F B6 57 4A 0 1D E7 4E 28
Octal 27 57 266 127 112 0 35 347 116 50
Binary 10111 101111 10110110 1010111 1001010 0 11101 11100111 1001110 101000

Color Harmonies of #172FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FB6

Black with #172FB6

Text Example


Text Example

White with #172FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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