Html Css Color HEX #171DC0 Persian Blue

📋 copy color: '#171DC0'

red 23 ◦ green 29 ◦ blue 192

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

Shades of Persian Blue #171DC0

Tints of Persian Blue #171DC0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

 BLUE value IS 192 (75.39% from 255) = 78.69%

R = 9.43%
G = 11.89%
B = 78.69%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#171DC0 (or 0x171DC0) is known color: Persian Blue. HEX triplet: 17, 1D and C0. RGB value is (23,29,192). Sum of RGB (Red+Green+Blue) = 23+29+192=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 192 (75.39% from 255 or 78.69% from 244); Max value from RGB is 192 - color contains mainly: blue. Hex color #171DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DC0 is #E8E23F. Grayscale: #2D2D2D. Windows color (decimal): -15262272 or 12590359. OLE color: 12590359.

HSL color Cylindrical-coordinate representation of color #171DC0: hue angle of 237.87º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171DC0 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 29 192 -
CMYK 0.88 0.85 0 0.25
HSL 237.87º 0.79% 0.42% -
HSV(B) 237.87º 0.88% 0.75% -
XYZ 10.31 4.87 50.27 -
YUV 45.79 210.51 111.75 -
System Red Green Blue C M Y K H S L
Decimal 23 29 192 0.88 0.85 0 0.25 237.87 0.79 0.42
Hex 17 1D C0 58 55 0 19 EE 4F 2A
Octal 27 35 300 130 125 0 31 356 117 52
Binary 10111 11101 11000000 1011000 1010101 0 11001 11101110 1001111 101010

Color Harmonies of #171DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171DC0

Black with #171DC0

Text Example


Text Example

White with #171DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,29,192); }

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

background-color css

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

 a { background-color: rgb(23,29,192); }

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

border-color css

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

 span { border-color: rgb(23,29,192); }

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