Html Css Color HEX #1732B9 Persian Blue

📋 copy color: '#1732B9'

red 23 ◦ green 50 ◦ blue 185

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

Shades of Persian Blue #1732B9

Tints of Persian Blue #1732B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 71.71%

R = 8.91%
G = 19.38%
B = 71.71%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1732B9 (or 0x1732B9) is known color: Persian Blue. HEX triplet: 17, 32 and B9. RGB value is (23,50,185). Sum of RGB (Red+Green+Blue) = 23+50+185=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 185 (72.66% from 255 or 71.71% from 258); Max value from RGB is 185 - color contains mainly: blue. Hex color #1732B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732B9 is #E8CD46. Grayscale: #383838. Windows color (decimal): -15256903 or 12136983. OLE color: 12136983.

HSL color Cylindrical-coordinate representation of color #1732B9: hue angle of 230º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1732B9 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 50 185 -
CMYK 0.88 0.73 0 0.27
HSL 230º 0.78% 0.41% -
HSV(B) 230º 0.88% 0.73% -
XYZ 10.25 5.97 46.51 -
YUV 57.32 200.05 103.52 -
System Red Green Blue C M Y K H S L
Decimal 23 50 185 0.88 0.73 0 0.27 230 0.78 0.41
Hex 17 32 B9 58 49 0 1B E6 4E 29
Octal 27 62 271 130 111 0 33 346 116 51
Binary 10111 110010 10111001 1011000 1001001 0 11011 11100110 1001110 101001

Color Harmonies of #1732B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1732B9

Black with #1732B9

Text Example


Text Example

White with #1732B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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