Html Css Color HEX #1520BE Persian Blue

📋 copy color: '#1520BE'

red 21 ◦ green 32 ◦ blue 190

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

Shades of Persian Blue #1520BE

Tints of Persian Blue #1520BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.19%

R = 8.64%
G = 13.17%
B = 78.19%

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

#1520BE (or 0x1520BE) is known color: Persian Blue. HEX triplet: 15, 20 and BE. RGB value is (21,32,190). Sum of RGB (Red+Green+Blue) = 21+32+190=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #1520BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520BE is #EADF41. Grayscale: #2E2E2E. Windows color (decimal): -15392578 or 12460053. OLE color: 12460053.

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

Color convert

RGB 21 32 190 -
CMYK 0.89 0.83 0 0.25
HSL 236.09º 0.8% 0.41% -
HSV(B) 236.09º 0.89% 0.75% -
XYZ 10.12 4.91 49.13 -
YUV 46.72 208.86 109.65 -
System Red Green Blue C M Y K H S L
Decimal 21 32 190 0.89 0.83 0 0.25 236.09 0.8 0.41
Hex 15 20 BE 59 53 0 19 EC 50 29
Octal 25 40 276 131 123 0 31 354 120 51
Binary 10101 100000 10111110 1011001 1010011 0 11001 11101100 1010000 101001

Color Harmonies of #1520BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520BE

Black with #1520BE

Text Example


Text Example

White with #1520BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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