Html Css Color HEX #171DBF Persian Blue

📋 copy color: '#171DBF'

red 23 ◦ green 29 ◦ blue 191

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

Shades of Persian Blue #171DBF

Tints of Persian Blue #171DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 191 (75% from 255) = 78.6%

R = 9.47%
G = 11.93%
B = 78.6%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#171DBF (or 0x171DBF) is known color: Persian Blue. HEX triplet: 17, 1D and BF. RGB value is (23,29,191). Sum of RGB (Red+Green+Blue) = 23+29+191=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 191 (75% from 255 or 78.60% from 243); Max value from RGB is 191 - color contains mainly: blue. Hex color #171DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DBF is #E8E240. Grayscale: #2D2D2D. Windows color (decimal): -15262273 or 12524823. OLE color: 12524823.

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

Color convert

RGB 23 29 191 -
CMYK 0.88 0.85 0 0.25
HSL 237.86º 0.79% 0.42% -
HSV(B) 237.86º 0.88% 0.75% -
XYZ 10.2 4.82 49.68 -
YUV 45.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 23 29 191 0.88 0.85 0 0.25 237.86 0.79 0.42
Hex 17 1D BF 58 55 0 19 EE 4F 2A
Octal 27 35 277 130 125 0 31 356 117 52
Binary 10111 11101 10111111 1011000 1010101 0 11001 11101110 1001111 101010

Color Harmonies of #171DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171DBF

Black with #171DBF

Text Example


Text Example

White with #171DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,29,191); }

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

background-color css

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

 a { background-color: rgb(23,29,191); }

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

border-color css

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

 span { border-color: rgb(23,29,191); }

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