Html Css Color HEX #172FBB Persian Blue

📋 copy color: '#172FBB'

red 23 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #172FBB

Tints of Persian Blue #172FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 72.76%

R = 8.95%
G = 18.29%
B = 72.76%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#172FBB (or 0x172FBB) is known color: Persian Blue. HEX triplet: 17, 2F and BB. RGB value is (23,47,187). Sum of RGB (Red+Green+Blue) = 23+47+187=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #172FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FBB is #E8D044. Grayscale: #373737. Windows color (decimal): -15257669 or 12267287. OLE color: 12267287.

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

Color convert

RGB 23 47 187 -
CMYK 0.88 0.75 0 0.27
HSL 231.22º 0.78% 0.41% -
HSV(B) 231.22º 0.88% 0.73% -
XYZ 10.34 5.8 47.59 -
YUV 55.78 202.05 104.62 -
System Red Green Blue C M Y K H S L
Decimal 23 47 187 0.88 0.75 0 0.27 231.22 0.78 0.41
Hex 17 2F BB 58 4B 0 1B E7 4E 29
Octal 27 57 273 130 113 0 33 347 116 51
Binary 10111 101111 10111011 1011000 1001011 0 11011 11100111 1001110 101001

Color Harmonies of #172FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FBB

Black with #172FBB

Text Example


Text Example

White with #172FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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