Html Css Color HEX #171CBC Persian Blue

📋 copy color: '#171CBC'

red 23 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #171CBC

Tints of Persian Blue #171CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.72%

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

R = 9.62%
G = 11.72%
B = 78.66%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#171CBC (or 0x171CBC) is known color: Persian Blue. HEX triplet: 17, 1C and BC. RGB value is (23,28,188). Sum of RGB (Red+Green+Blue) = 23+28+188=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #171CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CBC is #E8E343. Grayscale: #2C2C2C. Windows color (decimal): -15262532 or 12327959. OLE color: 12327959.

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

Color convert

RGB 23 28 188 -
CMYK 0.88 0.85 0 0.26
HSL 238.18º 0.78% 0.41% -
HSV(B) 238.18º 0.88% 0.74% -
XYZ 9.85 4.64 47.95 -
YUV 44.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 23 28 188 0.88 0.85 0 0.26 238.18 0.78 0.41
Hex 17 1C BC 58 55 0 1A EE 4E 29
Octal 27 34 274 130 125 0 32 356 116 51
Binary 10111 11100 10111100 1011000 1010101 0 11010 11101110 1001110 101001

Color Harmonies of #171CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171CBC

Black with #171CBC

Text Example


Text Example

White with #171CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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