Html Css Color HEX #1520BD Persian Blue

📋 copy color: '#1520BD'

red 21 ◦ green 32 ◦ blue 189

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

Shades of Persian Blue #1520BD

Tints of Persian Blue #1520BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 78.1%

R = 8.68%
G = 13.22%
B = 78.1%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1520BD (or 0x1520BD) is known color: Persian Blue. HEX triplet: 15, 20 and BD. RGB value is (21,32,189). Sum of RGB (Red+Green+Blue) = 21+32+189=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #1520BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520BD is #EADF42. Grayscale: #2D2D2D. Windows color (decimal): -15392579 or 12394517. OLE color: 12394517.

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

Color convert

RGB 21 32 189 -
CMYK 0.89 0.83 0 0.26
HSL 236.07º 0.8% 0.41% -
HSV(B) 236.07º 0.89% 0.74% -
XYZ 10.01 4.87 48.56 -
YUV 46.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 21 32 189 0.89 0.83 0 0.26 236.07 0.8 0.41
Hex 15 20 BD 59 53 0 1A EC 50 29
Octal 25 40 275 131 123 0 32 354 120 51
Binary 10101 100000 10111101 1011001 1010011 0 11010 11101100 1010000 101001

Color Harmonies of #1520BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520BD

Black with #1520BD

Text Example


Text Example

White with #1520BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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