Html Css Color HEX #171FB9 Persian Blue

📋 copy color: '#171FB9'

red 23 ◦ green 31 ◦ blue 185

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

Shades of Persian Blue #171FB9

Tints of Persian Blue #171FB9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.97%

 BLUE value IS 185 (72.66% from 255) = 77.41%

R = 9.62%
G = 12.97%
B = 77.41%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#171FB9 (or 0x171FB9) is known color: Persian Blue. HEX triplet: 17, 1F and B9. RGB value is (23,31,185). Sum of RGB (Red+Green+Blue) = 23+31+185=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 185 (72.66% from 255 or 77.41% from 239); Max value from RGB is 185 - color contains mainly: blue. Hex color #171FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FB9 is #E8E046. Grayscale: #2D2D2D. Windows color (decimal): -15261767 or 12132119. OLE color: 12132119.

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

Color convert

RGB 23 31 185 -
CMYK 0.88 0.83 0 0.27
HSL 237.04º 0.78% 0.41% -
HSV(B) 237.04º 0.88% 0.73% -
XYZ 9.6 4.66 46.29 -
YUV 46.16 206.35 111.48 -
System Red Green Blue C M Y K H S L
Decimal 23 31 185 0.88 0.83 0 0.27 237.04 0.78 0.41
Hex 17 1F B9 58 53 0 1B ED 4E 29
Octal 27 37 271 130 123 0 33 355 116 51
Binary 10111 11111 10111001 1011000 1010011 0 11011 11101101 1001110 101001

Color Harmonies of #171FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171FB9

Black with #171FB9

Text Example


Text Example

White with #171FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171FB9; }

 p { color: rgb(23,31,185); }

 H1.HeaderClassName
 {
   color: #171FB9;
 }
 .AnyTagClassName
 {
   color: #171FB9;
 }
</style>

background-color css

<style>
 a { background-color: #171FB9; }

 a { background-color: rgb(23,31,185); }

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

border-color css

<style>
 span { border-color: #171FB9; }

 span { border-color: rgb(23,31,185); }

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