Html Css Color HEX #171CBA Persian Blue

📋 copy color: '#171CBA'

red 23 ◦ green 28 ◦ blue 186

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

Shades of Persian Blue #171CBA

Tints of Persian Blue #171CBA

RGB

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

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

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

R = 9.7%
G = 11.81%
B = 78.48%

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

#171CBA (or 0x171CBA) is known color: Persian Blue. HEX triplet: 17, 1C and BA. RGB value is (23,28,186). Sum of RGB (Red+Green+Blue) = 23+28+186=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #171CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CBA is #E8E345. Grayscale: #2B2B2B. Windows color (decimal): -15262534 or 12196887. OLE color: 12196887.

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

Color convert

RGB 23 28 186 -
CMYK 0.88 0.85 0 0.27
HSL 238.16º 0.78% 0.41% -
HSV(B) 238.16º 0.88% 0.73% -
XYZ 9.63 4.56 46.83 -
YUV 44.52 207.84 112.65 -
System Red Green Blue C M Y K H S L
Decimal 23 28 186 0.88 0.85 0 0.27 238.16 0.78 0.41
Hex 17 1C BA 58 55 0 1B EE 4E 29
Octal 27 34 272 130 125 0 33 356 116 51
Binary 10111 11100 10111010 1011000 1010101 0 11011 11101110 1001110 101001

Color Harmonies of #171CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171CBA

Black with #171CBA

Text Example


Text Example

White with #171CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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