Html Css Color HEX #1531BA Persian Blue

📋 copy color: '#1531BA'

red 21 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #1531BA

Tints of Persian Blue #1531BA

RGB

 RED value IS 21 (8.59% from 255) = 8.2%

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

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

R = 8.2%
G = 19.14%
B = 72.66%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1531BA (or 0x1531BA) is known color: Persian Blue. HEX triplet: 15, 31 and BA. RGB value is (21,49,186). Sum of RGB (Red+Green+Blue) = 21+49+186=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #1531BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1531BA is #EACE45. Grayscale: #373737. Windows color (decimal): -15388230 or 12202261. OLE color: 12202261.

HSL color Cylindrical-coordinate representation of color #1531BA: hue angle of 229.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1531BA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 49 186 -
CMYK 0.89 0.74 0 0.27
HSL 229.82º 0.8% 0.41% -
HSV(B) 229.82º 0.89% 0.73% -
XYZ 10.27 5.9 47.05 -
YUV 56.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 21 49 186 0.89 0.74 0 0.27 229.82 0.8 0.41
Hex 15 31 BA 59 4A 0 1B E6 50 29
Octal 25 61 272 131 112 0 33 346 120 51
Binary 10101 110001 10111010 1011001 1001010 0 11011 11100110 1010000 101001

Color Harmonies of #1531BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1531BA

Black with #1531BA

Text Example


Text Example

White with #1531BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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