Html Css Color HEX #1521BA Persian Blue

📋 copy color: '#1521BA'

red 21 ◦ green 33 ◦ blue 186

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

Shades of Persian Blue #1521BA

Tints of Persian Blue #1521BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 8.75%
G = 13.75%
B = 77.5%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1521BA (or 0x1521BA) is known color: Persian Blue. HEX triplet: 15, 21 and BA. RGB value is (21,33,186). Sum of RGB (Red+Green+Blue) = 21+33+186=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #1521BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521BA is #EADE45. Grayscale: #2E2E2E. Windows color (decimal): -15392326 or 12198165. OLE color: 12198165.

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

Color convert

RGB 21 33 186 -
CMYK 0.89 0.82 0 0.27
HSL 235.64º 0.8% 0.41% -
HSV(B) 235.64º 0.89% 0.73% -
XYZ 9.72 4.79 46.87 -
YUV 46.85 206.52 109.56 -
System Red Green Blue C M Y K H S L
Decimal 21 33 186 0.89 0.82 0 0.27 235.64 0.8 0.41
Hex 15 21 BA 59 52 0 1B EC 50 29
Octal 25 41 272 131 122 0 33 354 120 51
Binary 10101 100001 10111010 1011001 1010010 0 11011 11101100 1010000 101001

Color Harmonies of #1521BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1521BA

Black with #1521BA

Text Example


Text Example

White with #1521BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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