Html Css Color HEX #171BBA Persian Blue

📋 copy color: '#171BBA'

red 23 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #171BBA

Tints of Persian Blue #171BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

 BLUE value IS 186 (73.05% from 255) = 78.81%

R = 9.75%
G = 11.44%
B = 78.81%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#171BBA (or 0x171BBA) is known color: Persian Blue. HEX triplet: 17, 1B and BA. RGB value is (23,27,186). Sum of RGB (Red+Green+Blue) = 23+27+186=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #171BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171BBA is #E8E445. Grayscale: #2B2B2B. Windows color (decimal): -15262790 or 12196631. OLE color: 12196631.

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

Color convert

RGB 23 27 186 -
CMYK 0.88 0.85 0 0.27
HSL 238.53º 0.78% 0.41% -
HSV(B) 238.53º 0.88% 0.73% -
XYZ 9.61 4.51 46.82 -
YUV 43.93 208.17 113.07 -
System Red Green Blue C M Y K H S L
Decimal 23 27 186 0.88 0.85 0 0.27 238.53 0.78 0.41
Hex 17 1B BA 58 55 0 1B EF 4E 29
Octal 27 33 272 130 125 0 33 357 116 51
Binary 10111 11011 10111010 1011000 1010101 0 11011 11101111 1001110 101001

Color Harmonies of #171BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171BBA

Black with #171BBA

Text Example


Text Example

White with #171BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,27,186); }

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

background-color css

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

 a { background-color: rgb(23,27,186); }

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

border-color css

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

 span { border-color: rgb(23,27,186); }

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