Html Css Color HEX #1732D9 Persian Blue

📋 copy color: '#1732D9'

red 23 ◦ green 50 ◦ blue 217

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

Shades of Persian Blue #1732D9

Tints of Persian Blue #1732D9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.24%

 BLUE value IS 217 (85.16% from 255) = 74.83%

R = 7.93%
G = 17.24%
B = 74.83%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1732D9 (or 0x1732D9) is known color: Persian Blue. HEX triplet: 17, 32 and D9. RGB value is (23,50,217). Sum of RGB (Red+Green+Blue) = 23+50+217=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 217 (85.16% from 255 or 74.83% from 290); Max value from RGB is 217 - color contains mainly: blue. Hex color #1732D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732D9 is #E8CD26. Grayscale: #3C3C3C. Windows color (decimal): -15256871 or 14234135. OLE color: 14234135.

HSL color Cylindrical-coordinate representation of color #1732D9: hue angle of 231.65º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1732D9 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 50 217 -
CMYK 0.89 0.77 0 0.15
HSL 231.65º 0.81% 0.47% -
HSV(B) 231.65º 0.89% 0.85% -
XYZ 14.02 7.47 66.35 -
YUV 60.97 216.05 100.92 -
System Red Green Blue C M Y K H S L
Decimal 23 50 217 0.89 0.77 0 0.15 231.65 0.81 0.47
Hex 17 32 D9 59 4D 0 F E8 51 2F
Octal 27 62 331 131 115 0 17 350 121 57
Binary 10111 110010 11011001 1011001 1001101 0 1111 11101000 1010001 101111

Color Harmonies of #1732D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1732D9

Black with #1732D9

Text Example


Text Example

White with #1732D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1732D9; }

 p { color: rgb(23,50,217); }

 H1.HeaderClassName
 {
   color: #1732D9;
 }
 .AnyTagClassName
 {
   color: #1732D9;
 }
</style>

background-color css

<style>
 a { background-color: #1732D9; }

 a { background-color: rgb(23,50,217); }

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

border-color css

<style>
 span { border-color: #1732D9; }

 span { border-color: rgb(23,50,217); }

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