Html Css Color HEX #172FCA Persian Blue

📋 copy color: '#172FCA'

red 23 ◦ green 47 ◦ blue 202

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

Shades of Persian Blue #172FCA

Tints of Persian Blue #172FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

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

R = 8.46%
G = 17.28%
B = 74.26%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#172FCA (or 0x172FCA) is known color: Persian Blue. HEX triplet: 17, 2F and CA. RGB value is (23,47,202). Sum of RGB (Red+Green+Blue) = 23+47+202=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #172FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FCA is #E8D035. Grayscale: #383838. Windows color (decimal): -15257654 or 13250327. OLE color: 13250327.

HSL color Cylindrical-coordinate representation of color #172FCA: hue angle of 231.96º 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 #172FCA is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 23 47 202 -
CMYK 0.89 0.77 0 0.21
HSL 231.96º 0.8% 0.44% -
HSV(B) 231.96º 0.89% 0.79% -
XYZ 12.03 6.48 56.49 -
YUV 57.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 23 47 202 0.89 0.77 0 0.21 231.96 0.8 0.44
Hex 17 2F CA 59 4D 0 15 E8 50 2C
Octal 27 57 312 131 115 0 25 350 120 54
Binary 10111 101111 11001010 1011001 1001101 0 10101 11101000 1010000 101100

Color Harmonies of #172FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FCA

Black with #172FCA

Text Example


Text Example

White with #172FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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