Html Css Color HEX #1731BA Persian Blue

📋 copy color: '#1731BA'

red 23 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #1731BA

Tints of Persian Blue #1731BA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

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

R = 8.91%
G = 18.99%
B = 72.09%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1731BA (or 0x1731BA) is known color: Persian Blue. HEX triplet: 17, 31 and BA. RGB value is (23,49,186). Sum of RGB (Red+Green+Blue) = 23+49+186=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #1731BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1731BA is #E8CE45. Grayscale: #383838. Windows color (decimal): -15257158 or 12202263. OLE color: 12202263.

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

Color convert

RGB 23 49 186 -
CMYK 0.88 0.74 0 0.27
HSL 230.43º 0.78% 0.41% -
HSV(B) 230.43º 0.88% 0.73% -
XYZ 10.31 5.92 47.05 -
YUV 56.84 200.89 103.86 -
System Red Green Blue C M Y K H S L
Decimal 23 49 186 0.88 0.74 0 0.27 230.43 0.78 0.41
Hex 17 31 BA 58 4A 0 1B E6 4E 29
Octal 27 61 272 130 112 0 33 346 116 51
Binary 10111 110001 10111010 1011000 1001010 0 11011 11100110 1001110 101001

Color Harmonies of #1731BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731BA

Black with #1731BA

Text Example


Text Example

White with #1731BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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