Html Css Color HEX #1520BC Persian Blue

📋 copy color: '#1520BC'

red 21 ◦ green 32 ◦ blue 188

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

Shades of Persian Blue #1520BC

Tints of Persian Blue #1520BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.01%

R = 8.71%
G = 13.28%
B = 78.01%

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

#1520BC (or 0x1520BC) is known color: Persian Blue. HEX triplet: 15, 20 and BC. RGB value is (21,32,188). Sum of RGB (Red+Green+Blue) = 21+32+188=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #1520BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1520BC is #EADF43. Grayscale: #2D2D2D. Windows color (decimal): -15392580 or 12328981. OLE color: 12328981.

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

Color convert

RGB 21 32 188 -
CMYK 0.89 0.83 0 0.26
HSL 236.05º 0.8% 0.41% -
HSV(B) 236.05º 0.89% 0.74% -
XYZ 9.9 4.82 47.99 -
YUV 46.5 207.86 109.82 -
System Red Green Blue C M Y K H S L
Decimal 21 32 188 0.89 0.83 0 0.26 236.05 0.8 0.41
Hex 15 20 BC 59 53 0 1A EC 50 29
Octal 25 40 274 131 123 0 32 354 120 51
Binary 10101 100000 10111100 1011001 1010011 0 11010 11101100 1010000 101001

Color Harmonies of #1520BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520BC

Black with #1520BC

Text Example


Text Example

White with #1520BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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