Html Css Color HEX #1520BA Persian Blue

📋 copy color: '#1520BA'

red 21 ◦ green 32 ◦ blue 186

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

Shades of Persian Blue #1520BA

Tints of Persian Blue #1520BA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

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

R = 8.79%
G = 13.39%
B = 77.82%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1520BA (or 0x1520BA) is known color: Persian Blue. HEX triplet: 15, 20 and BA. RGB value is (21,32,186). Sum of RGB (Red+Green+Blue) = 21+32+186=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #1520BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520BA is #EADF45. Grayscale: #2D2D2D. Windows color (decimal): -15392582 or 12197909. OLE color: 12197909.

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

Color convert

RGB 21 32 186 -
CMYK 0.89 0.83 0 0.27
HSL 236º 0.8% 0.41% -
HSV(B) 236º 0.89% 0.73% -
XYZ 9.69 4.74 46.86 -
YUV 46.27 206.86 109.98 -
System Red Green Blue C M Y K H S L
Decimal 21 32 186 0.89 0.83 0 0.27 236 0.8 0.41
Hex 15 20 BA 59 53 0 1B EC 50 29
Octal 25 40 272 131 123 0 33 354 120 51
Binary 10101 100000 10111010 1011001 1010011 0 11011 11101100 1010000 101001

Color Harmonies of #1520BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520BA

Black with #1520BA

Text Example


Text Example

White with #1520BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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