Html Css Color HEX #1732BA Persian Blue

📋 copy color: '#1732BA'

red 23 ◦ green 50 ◦ blue 186

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

Shades of Persian Blue #1732BA

Tints of Persian Blue #1732BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.81%

R = 8.88%
G = 19.31%
B = 71.81%

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

#1732BA (or 0x1732BA) is known color: Persian Blue. HEX triplet: 17, 32 and BA. RGB value is (23,50,186). Sum of RGB (Red+Green+Blue) = 23+50+186=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #1732BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732BA is #E8CD45. Grayscale: #383838. Windows color (decimal): -15256902 or 12202519. OLE color: 12202519.

HSL color Cylindrical-coordinate representation of color #1732BA: hue angle of 230.06º 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 #1732BA is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 50 186 -
CMYK 0.88 0.73 0 0.27
HSL 230.06º 0.78% 0.41% -
HSV(B) 230.06º 0.88% 0.73% -
XYZ 10.36 6.01 47.07 -
YUV 57.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 23 50 186 0.88 0.73 0 0.27 230.06 0.78 0.41
Hex 17 32 BA 58 49 0 1B E6 4E 29
Octal 27 62 272 130 111 0 33 346 116 51
Binary 10111 110010 10111010 1011000 1001001 0 11011 11100110 1001110 101001

Color Harmonies of #1732BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1732BA

Black with #1732BA

Text Example


Text Example

White with #1732BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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