Html Css Color HEX #171CB6 Persian Blue

📋 copy color: '#171CB6'

red 23 ◦ green 28 ◦ blue 182

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

Shades of Persian Blue #171CB6

Tints of Persian Blue #171CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 78.11%

R = 9.87%
G = 12.02%
B = 78.11%

CMYK

 C value IS 0.87

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#171CB6 (or 0x171CB6) is known color: Persian Blue. HEX triplet: 17, 1C and B6. RGB value is (23,28,182). Sum of RGB (Red+Green+Blue) = 23+28+182=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 182 (71.48% from 255 or 78.11% from 233); Max value from RGB is 182 - color contains mainly: blue. Hex color #171CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CB6 is #E8E349. Grayscale: #2B2B2B. Windows color (decimal): -15262538 or 11934743. OLE color: 11934743.

HSL color Cylindrical-coordinate representation of color #171CB6: hue angle of 238.11º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #171CB6 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 23 28 182 -
CMYK 0.87 0.85 0 0.29
HSL 238.11º 0.78% 0.4% -
HSV(B) 238.11º 0.87% 0.71% -
XYZ 9.21 4.39 44.62 -
YUV 44.06 205.84 112.98 -
System Red Green Blue C M Y K H S L
Decimal 23 28 182 0.87 0.85 0 0.29 238.11 0.78 0.4
Hex 17 1C B6 57 55 0 1D EE 4E 28
Octal 27 34 266 127 125 0 35 356 116 50
Binary 10111 11100 10110110 1010111 1010101 0 11101 11101110 1001110 101000

Color Harmonies of #171CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171CB6

Black with #171CB6

Text Example


Text Example

White with #171CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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