Html Css Color HEX #171BBC Persian Blue

📋 copy color: '#171BBC'

red 23 ◦ green 27 ◦ blue 188

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

Shades of Persian Blue #171BBC

Tints of Persian Blue #171BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.99%

R = 9.66%
G = 11.34%
B = 78.99%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#171BBC (or 0x171BBC) is known color: Persian Blue. HEX triplet: 17, 1B and BC. RGB value is (23,27,188). Sum of RGB (Red+Green+Blue) = 23+27+188=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #171BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171BBC is #E8E443. Grayscale: #2B2B2B. Windows color (decimal): -15262788 or 12327703. OLE color: 12327703.

HSL color Cylindrical-coordinate representation of color #171BBC: hue angle of 238.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171BBC is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 27 188 -
CMYK 0.88 0.86 0 0.26
HSL 238.55º 0.78% 0.41% -
HSV(B) 238.55º 0.88% 0.74% -
XYZ 9.82 4.6 47.95 -
YUV 44.16 209.17 112.91 -
System Red Green Blue C M Y K H S L
Decimal 23 27 188 0.88 0.86 0 0.26 238.55 0.78 0.41
Hex 17 1B BC 58 56 0 1A EF 4E 29
Octal 27 33 274 130 126 0 32 357 116 51
Binary 10111 11011 10111100 1011000 1010110 0 11010 11101111 1001110 101001

Color Harmonies of #171BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171BBC

Black with #171BBC

Text Example


Text Example

White with #171BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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