Html Css Color HEX #1520BF Persian Blue

📋 copy color: '#1520BF'

red 21 ◦ green 32 ◦ blue 191

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

Shades of Persian Blue #1520BF

Tints of Persian Blue #1520BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 78.28%

R = 8.61%
G = 13.11%
B = 78.28%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1520BF (or 0x1520BF) is known color: Persian Blue. HEX triplet: 15, 20 and BF. RGB value is (21,32,191). Sum of RGB (Red+Green+Blue) = 21+32+191=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #1520BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520BF is #EADF40. Grayscale: #2E2E2E. Windows color (decimal): -15392577 or 12525589. OLE color: 12525589.

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

Color convert

RGB 21 32 191 -
CMYK 0.89 0.83 0 0.25
HSL 236.12º 0.8% 0.42% -
HSV(B) 236.12º 0.89% 0.75% -
XYZ 10.23 4.95 49.71 -
YUV 46.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 21 32 191 0.89 0.83 0 0.25 236.12 0.8 0.42
Hex 15 20 BF 59 53 0 19 EC 50 2A
Octal 25 40 277 131 123 0 31 354 120 52
Binary 10101 100000 10111111 1011001 1010011 0 11001 11101100 1010000 101010

Color Harmonies of #1520BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520BF

Black with #1520BF

Text Example


Text Example

White with #1520BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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