Html Css Color HEX #171DCB Persian Blue

📋 copy color: '#171DCB'

red 23 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #171DCB

Tints of Persian Blue #171DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 79.61%

R = 9.02%
G = 11.37%
B = 79.61%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#171DCB (or 0x171DCB) is known color: Persian Blue. HEX triplet: 17, 1D and CB. RGB value is (23,29,203). Sum of RGB (Red+Green+Blue) = 23+29+203=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #171DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DCB is #E8E234. Grayscale: #2E2E2E. Windows color (decimal): -15262261 or 13311255. OLE color: 13311255.

HSL color Cylindrical-coordinate representation of color #171DCB: hue angle of 238º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171DCB is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 29 203 -
CMYK 0.89 0.86 0 0.20
HSL 238º 0.8% 0.44% -
HSV(B) 238º 0.89% 0.8% -
XYZ 11.57 5.37 56.93 -
YUV 47.04 216.01 110.85 -
System Red Green Blue C M Y K H S L
Decimal 23 29 203 0.89 0.86 0 0.20 238 0.8 0.44
Hex 17 1D CB 59 56 0 14 EE 50 2C
Octal 27 35 313 131 126 0 24 356 120 54
Binary 10111 11101 11001011 1011001 1010110 0 10100 11101110 1010000 101100

Color Harmonies of #171DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171DCB

Black with #171DCB

Text Example


Text Example

White with #171DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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