Html Css Color HEX #171FCA Persian Blue

📋 copy color: '#171FCA'

red 23 ◦ green 31 ◦ blue 202

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

Shades of Persian Blue #171FCA

Tints of Persian Blue #171FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

 BLUE value IS 202 (79.3% from 255) = 78.91%

R = 8.98%
G = 12.11%
B = 78.91%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#171FCA (or 0x171FCA) is known color: Persian Blue. HEX triplet: 17, 1F and CA. RGB value is (23,31,202). Sum of RGB (Red+Green+Blue) = 23+31+202=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #171FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FCA is #E8E035. Grayscale: #2F2F2F. Windows color (decimal): -15261750 or 13246231. OLE color: 13246231.

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

Color convert

RGB 23 31 202 -
CMYK 0.89 0.85 0 0.21
HSL 237.32º 0.8% 0.44% -
HSV(B) 237.32º 0.89% 0.79% -
XYZ 11.5 5.43 56.32 -
YUV 48.1 214.85 110.1 -
System Red Green Blue C M Y K H S L
Decimal 23 31 202 0.89 0.85 0 0.21 237.32 0.8 0.44
Hex 17 1F CA 59 55 0 15 ED 50 2C
Octal 27 37 312 131 125 0 25 355 120 54
Binary 10111 11111 11001010 1011001 1010101 0 10101 11101101 1010000 101100

Color Harmonies of #171FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171FCA

Black with #171FCA

Text Example


Text Example

White with #171FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,31,202); }

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

background-color css

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

 a { background-color: rgb(23,31,202); }

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

border-color css

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

 span { border-color: rgb(23,31,202); }

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