Html Css Color HEX #171CCA Persian Blue

📋 copy color: '#171CCA'

red 23 ◦ green 28 ◦ blue 202

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

Shades of Persian Blue #171CCA

Tints of Persian Blue #171CCA

RGB

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

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

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

R = 9.09%
G = 11.07%
B = 79.84%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#171CCA (or 0x171CCA) is known color: Persian Blue. HEX triplet: 17, 1C and CA. RGB value is (23,28,202). Sum of RGB (Red+Green+Blue) = 23+28+202=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 202 (79.30% from 255 or 79.84% from 253); Max value from RGB is 202 - color contains mainly: blue. Hex color #171CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CCA is #E8E335. Grayscale: #2D2D2D. Windows color (decimal): -15262518 or 13245463. OLE color: 13245463.

HSL color Cylindrical-coordinate representation of color #171CCA: hue angle of 238.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 #171CCA is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 28 202 -
CMYK 0.89 0.86 0 0.21
HSL 238.32º 0.8% 0.44% -
HSV(B) 238.32º 0.89% 0.79% -
XYZ 11.43 5.28 56.29 -
YUV 46.34 215.84 111.35 -
System Red Green Blue C M Y K H S L
Decimal 23 28 202 0.89 0.86 0 0.21 238.32 0.8 0.44
Hex 17 1C CA 59 56 0 15 EE 50 2C
Octal 27 34 312 131 126 0 25 356 120 54
Binary 10111 11100 11001010 1011001 1010110 0 10101 11101110 1010000 101100

Color Harmonies of #171CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171CCA

Black with #171CCA

Text Example


Text Example

White with #171CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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