Html Css Color HEX #172EC9 Persian Blue

📋 copy color: '#172EC9'

red 23 ◦ green 46 ◦ blue 201

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

Shades of Persian Blue #172EC9

Tints of Persian Blue #172EC9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.04%

 BLUE value IS 201 (78.91% from 255) = 74.44%

R = 8.52%
G = 17.04%
B = 74.44%

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

#172EC9 (or 0x172EC9) is known color: Persian Blue. HEX triplet: 17, 2E and C9. RGB value is (23,46,201). Sum of RGB (Red+Green+Blue) = 23+46+201=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 201 (78.91% from 255 or 74.44% from 270); Max value from RGB is 201 - color contains mainly: blue. Hex color #172EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EC9 is #E8D136. Grayscale: #383838. Windows color (decimal): -15257911 or 13184535. OLE color: 13184535.

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

Color convert

RGB 23 46 201 -
CMYK 0.89 0.77 0 0.21
HSL 232.25º 0.79% 0.44% -
HSV(B) 232.25º 0.89% 0.79% -
XYZ 11.87 6.35 55.86 -
YUV 56.79 209.38 103.9 -
System Red Green Blue C M Y K H S L
Decimal 23 46 201 0.89 0.77 0 0.21 232.25 0.79 0.44
Hex 17 2E C9 59 4D 0 15 E8 4F 2C
Octal 27 56 311 131 115 0 25 350 117 54
Binary 10111 101110 11001001 1011001 1001101 0 10101 11101000 1001111 101100

Color Harmonies of #172EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172EC9

Black with #172EC9

Text Example


Text Example

White with #172EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,46,201); }

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

background-color css

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

 a { background-color: rgb(23,46,201); }

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

border-color css

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

 span { border-color: rgb(23,46,201); }

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